Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv.prefix.sid.tlv._case.PrefixSidTlv
Packages that use PrefixSidTlv
Package
Description
-
Uses of PrefixSidTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv that return PrefixSidTlvModifier and TypeMethodDescriptionPrefixSidTlvCase.getPrefixSidTlv()
Return prefixSidTlv, ornull
if it is not present.PrefixSidTlvCaseBuilder.getPrefixSidTlv()
Return current value associated with the property corresponding toPrefixSidTlvCase.getPrefixSidTlv()
.@NonNull PrefixSidTlv
PrefixSidTlvCase.nonnullPrefixSidTlv()
Return prefixSidTlv, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv with parameters of type PrefixSidTlvModifier and TypeMethodDescriptionPrefixSidTlvCaseBuilder.setPrefixSidTlv
(PrefixSidTlv value) Set the property corresponding toPrefixSidTlvCase.getPrefixSidTlv()
to the specified value. -
Uses of PrefixSidTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv.prefix.sid.tlv._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv.prefix.sid.tlv._case with type parameters of type PrefixSidTlvModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PrefixSidTlv>>
E$$PrefixSidTlvBuilder.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.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv.prefix.sid.tlv._case that return PrefixSidTlvModifier and TypeMethodDescription@NonNull PrefixSidTlv
PrefixSidTlvBuilder.build()
A newPrefixSidTlv
instance.static @NonNull PrefixSidTlv
PrefixSidTlvBuilder.empty()
Get empty instance of PrefixSidTlv.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv.prefix.sid.tlv._case that return types with arguments of type PrefixSidTlvModifier and TypeMethodDescriptiondefault Class<PrefixSidTlv>
PrefixSidTlv.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv.prefix.sid.tlv._case with parameters of type PrefixSidTlvModifier and TypeMethodDescriptionstatic boolean
PrefixSidTlv.bindingEquals
(@NonNull PrefixSidTlv thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PrefixSidTlv.bindingHashCode
(@NonNull PrefixSidTlv obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PrefixSidTlv.bindingToString
(@NonNull PrefixSidTlv obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv.prefix.sid.tlv._case with type arguments of type PrefixSidTlvModifier and TypeMethodDescriptionPrefixSidTlvBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<PrefixSidTlv> augmentation) Add an augmentation to this builder's product.PrefixSidTlvBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PrefixSidTlv>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv.prefix.sid.tlv._case with parameters of type PrefixSidTlvModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPrefixSidTlv
.