Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.BgpPrefixSid
-
-
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 BgpPrefixSid Modifier and Type Method Description BgpPrefixSidAttributes. getBgpPrefixSid()Return bgpPrefixSid, ornullif it is not present.BgpPrefixSidAttributesBuilder. getBgpPrefixSid()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with parameters of type BgpPrefixSid Modifier and Type Method Description AttributesBuilderAttributesBuilder. setBgpPrefixSid(BgpPrefixSid 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 BgpPrefixSid Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BgpPrefixSid>>
E$$BgpPrefixSidBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return BgpPrefixSid Modifier and Type Method Description BgpPrefixSidBgpPrefixSidBuilder. build()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 BgpPrefixSid Modifier and Type Method Description default 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 BgpPrefixSid Modifier and Type Method Description static 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 BgpPrefixSid Modifier and Type Method Description BgpPrefixSidBuilderBgpPrefixSidBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<BgpPrefixSid> augmentation)Add an augmentation to this builder's product.BgpPrefixSidBuilderBgpPrefixSidBuilder. 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 BgpPrefixSid Constructor Description BgpPrefixSidBuilder(BgpPrefixSid base)
-