Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state.SrPrefix
Packages that use SrPrefix
Package
Description
-
Uses of SrPrefix in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr
Methods in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr that return SrPrefixModifier and TypeMethodDescriptionstatic SrPrefix
SrPrefixAttributesParser.parseSrPrefix
(io.netty.buffer.ByteBuf buffer, ProtocolId protocol) Methods in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr with parameters of type SrPrefixModifier and TypeMethodDescriptionstatic void
SrPrefixAttributesParser.serializeSrPrefix
(SrPrefix srPrefix, io.netty.buffer.ByteBuf aggregator) -
Uses of SrPrefix in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120 that return SrPrefixModifier and TypeMethodDescriptionPrefixState.getSrPrefix()
Return srPrefix, ornull
if it is not present.@NonNull SrPrefix
PrefixState.nonnullSrPrefix()
Return srPrefix, or an empty instance if it is not present. -
Uses of SrPrefix in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.prefix.attributes._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.prefix.attributes._case that return SrPrefixModifier and TypeMethodDescriptionPrefixAttributesBuilder.getSrPrefix()
Return current value associated with the property corresponding toPrefixState.getSrPrefix()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.prefix.attributes._case with parameters of type SrPrefixModifier and TypeMethodDescriptionPrefixAttributesBuilder.setSrPrefix
(SrPrefix value) Set the property corresponding toPrefixState.getSrPrefix()
to the specified value. -
Uses of SrPrefix in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state with type parameters of type SrPrefixModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<SrPrefix>>
E$$SrPrefixBuilder.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.linkstate.rev200120.prefix.state that return SrPrefixModifier and TypeMethodDescription@NonNull SrPrefix
SrPrefixBuilder.build()
A newSrPrefix
instance.static @NonNull SrPrefix
SrPrefixBuilder.empty()
Get empty instance of SrPrefix.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state that return types with arguments of type SrPrefixMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state with parameters of type SrPrefixModifier and TypeMethodDescriptionstatic boolean
SrPrefix.bindingEquals
(@NonNull SrPrefix thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SrPrefix.bindingHashCode
(@NonNull SrPrefix obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SrPrefix.bindingToString
(@NonNull SrPrefix obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state with type arguments of type SrPrefixModifier and TypeMethodDescriptionSrPrefixBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SrPrefix> augmentation) Add an augmentation to this builder's product.SrPrefixBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SrPrefix>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state with parameters of type SrPrefixModifierConstructorDescriptionSrPrefixBuilder
(SrPrefix base) Construct a builder initialized with state from specifiedSrPrefix
.