Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.bgp.prefix.sid.BgpPrefixSidTlvs
Packages that use BgpPrefixSidTlvs
Package
Description
-
Uses of BgpPrefixSidTlvs 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 that return types with arguments of type BgpPrefixSidTlvsModifier and TypeMethodDescription@Nullable List<BgpPrefixSidTlvs>BgpPrefixSid.getBgpPrefixSidTlvs()Return bgpPrefixSidTlvs, ornullif it is not present.BgpPrefixSidBuilder.getBgpPrefixSidTlvs()Return current value associated with the property corresponding toBgpPrefixSid.getBgpPrefixSidTlvs().default @NonNull List<BgpPrefixSidTlvs>BgpPrefixSid.nonnullBgpPrefixSidTlvs()Return bgpPrefixSidTlvs, or an empty list if it is not present.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 BgpPrefixSidTlvsModifier and TypeMethodDescriptionBgpPrefixSidBuilder.setBgpPrefixSidTlvs(List<BgpPrefixSidTlvs> values) Set the property corresponding toBgpPrefixSid.getBgpPrefixSidTlvs()to the specified value. -
Uses of BgpPrefixSidTlvs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.bgp.prefix.sid
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.bgp.prefix.sid with type parameters of type BgpPrefixSidTlvsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BgpPrefixSidTlvs>>
E$$BgpPrefixSidTlvsBuilder.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.bgp.prefix.sid that return BgpPrefixSidTlvsModifier and TypeMethodDescription@NonNull BgpPrefixSidTlvsBgpPrefixSidTlvsBuilder.build()A newBgpPrefixSidTlvsinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.bgp.prefix.sid that return types with arguments of type BgpPrefixSidTlvsModifier and TypeMethodDescriptiondefault Class<BgpPrefixSidTlvs>BgpPrefixSidTlvs.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.bgp.prefix.sid with parameters of type BgpPrefixSidTlvsModifier and TypeMethodDescriptionstatic booleanBgpPrefixSidTlvs.bindingEquals(@NonNull BgpPrefixSidTlvs thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intBgpPrefixSidTlvs.bindingHashCode(@NonNull BgpPrefixSidTlvs obj) Default implementation ofObject.hashCode()contract for this interface.static StringBgpPrefixSidTlvs.bindingToString(@NonNull BgpPrefixSidTlvs 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.bgp.prefix.sid with type arguments of type BgpPrefixSidTlvsModifier and TypeMethodDescriptionBgpPrefixSidTlvsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<BgpPrefixSidTlvs> augmentation) Add an augmentation to this builder's product.BgpPrefixSidTlvsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BgpPrefixSidTlvs>> 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.bgp.prefix.sid with parameters of type BgpPrefixSidTlvsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBgpPrefixSidTlvs.