Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.binding.sub.tlvs.binding.sub.tlv.prefix.sid._case.PrefixSid
Package
Description
-
Uses of PrefixSid in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.binding.sub.tlvs.binding.sub.tlv
Modifier and TypeMethodDescriptionPrefixSidCase.getPrefixSid()
Return prefixSid, ornull
if it is not present.PrefixSidCaseBuilder.getPrefixSid()
Return current value associated with the property corresponding toPrefixSidCase.getPrefixSid()
.@NonNull PrefixSid
PrefixSidCase.nonnullPrefixSid()
Return prefixSid, or an empty instance if it is not present.Modifier and TypeMethodDescriptionPrefixSidCaseBuilder.setPrefixSid
(PrefixSid value) Set the property corresponding toPrefixSidCase.getPrefixSid()
to the specified value. -
Uses of PrefixSid in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.binding.sub.tlvs.binding.sub.tlv.prefix.sid._case
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PrefixSid>>
E$$PrefixSidBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull PrefixSid
PrefixSidBuilder.build()
A newPrefixSid
instance.static @NonNull PrefixSid
PrefixSidBuilder.empty()
Get empty instance of PrefixSid.Modifier and TypeMethodDescriptionstatic boolean
PrefixSid.bindingEquals
(@NonNull PrefixSid thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PrefixSid.bindingHashCode
(@NonNull PrefixSid obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PrefixSid.bindingToString
(@NonNull PrefixSid obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionPrefixSidBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PrefixSid> augmentation) Add an augmentation to this builder's product.PrefixSidBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PrefixSid>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionPrefixSidBuilder
(PrefixSid base) Construct a builder initialized with state from specifiedPrefixSid
.