Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.BgpPrefixSid
Packages that use BgpPrefixSid
Package
Description
-
Uses of BgpPrefixSid 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 BgpPrefixSidModifier and TypeMethodDescriptionAttributes.getBgpPrefixSid()Return bgpPrefixSid, ornullif it is not present.AttributesBuilder.getBgpPrefixSid()Return current value associated with the property corresponding toAttributes.getBgpPrefixSid().@NonNull BgpPrefixSidAttributes.nonnullBgpPrefixSid()Return bgpPrefixSid, 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 BgpPrefixSidModifier and TypeMethodDescriptionAttributesBuilder.setBgpPrefixSid(BgpPrefixSid value) Set the property corresponding toAttributes.getBgpPrefixSid()to the specified value. -
Uses of BgpPrefixSid 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 BgpPrefixSidModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BgpPrefixSid>>
E$$BgpPrefixSidBuilder.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 BgpPrefixSidModifier and TypeMethodDescription@NonNull BgpPrefixSidBgpPrefixSidBuilder.build()A newBgpPrefixSidinstance.static @NonNull BgpPrefixSidBgpPrefixSidBuilder.empty()Get empty instance of BgpPrefixSid.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 BgpPrefixSidModifier and TypeMethodDescriptiondefault Class<BgpPrefixSid>BgpPrefixSid.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type BgpPrefixSidModifier and TypeMethodDescriptionstatic booleanBgpPrefixSid.bindingEquals(@NonNull BgpPrefixSid thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intBgpPrefixSid.bindingHashCode(@NonNull BgpPrefixSid obj) Default implementation ofObject.hashCode()contract for this interface.static StringBgpPrefixSid.bindingToString(@NonNull BgpPrefixSid 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 BgpPrefixSidModifier and TypeMethodDescriptionBgpPrefixSidBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<BgpPrefixSid> augmentation) Add an augmentation to this builder's product.BgpPrefixSidBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BgpPrefixSid>> 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 BgpPrefixSidModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBgpPrefixSid.