Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.AsPath
Packages that use AsPath
Package
Description
-
Uses of AsPath in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes that return AsPathModifier and TypeMethodDescriptionAttributes.getAsPath()Return asPath, ornullif it is not present.AttributesBuilder.getAsPath()Return current value associated with the property corresponding toAttributes.getAsPath().@NonNull AsPathAttributes.nonnullAsPath()Return asPath, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with parameters of type AsPathModifier and TypeMethodDescriptionSet the property corresponding toAttributes.getAsPath()to the specified value. -
Uses of AsPath in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type parameters of type AsPathModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AsPath>>
E$$AsPathBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return AsPathModifier and TypeMethodDescription@NonNull AsPathAsPathBuilder.build()A newAsPathinstance.static @NonNull AsPathAsPathBuilder.empty()Get empty instance of AsPath.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return types with arguments of type AsPathMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type AsPathModifier and TypeMethodDescriptionstatic booleanAsPath.bindingEquals(@NonNull AsPath thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAsPath.bindingHashCode(@NonNull AsPath obj) Default implementation ofObject.hashCode()contract for this interface.static StringAsPath.bindingToString(@NonNull AsPath obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type arguments of type AsPathModifier and TypeMethodDescriptionAsPathBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<AsPath> augmentation) Add an augmentation to this builder's product.AsPathBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AsPath>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type AsPathModifierConstructorDescriptionAsPathBuilder(AsPath base) Construct a builder initialized with state from specifiedAsPath.