Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state.Ipv6SrPrefix
Packages that use Ipv6SrPrefix
Package
Description
-
Uses of Ipv6SrPrefix in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr
Methods in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr that return Ipv6SrPrefixModifier and TypeMethodDescriptionstatic Ipv6SrPrefix
Ipv6SrPrefixAttributesParser.parseSrIpv6Prefix
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr with parameters of type Ipv6SrPrefixModifier and TypeMethodDescriptionstatic void
Ipv6SrPrefixAttributesParser.serializeIpv6SrPrefix
(Ipv6SrPrefix ipv6SrPrefix, io.netty.buffer.ByteBuf buffer) -
Uses of Ipv6SrPrefix 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 Ipv6SrPrefixModifier and TypeMethodDescriptionPrefixState.getIpv6SrPrefix()
Return ipv6SrPrefix, ornull
if it is not present.@NonNull Ipv6SrPrefix
PrefixState.nonnullIpv6SrPrefix()
Return ipv6SrPrefix, or an empty instance if it is not present. -
Uses of Ipv6SrPrefix 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 Ipv6SrPrefixModifier and TypeMethodDescriptionPrefixAttributesBuilder.getIpv6SrPrefix()
Return current value associated with the property corresponding toPrefixState.getIpv6SrPrefix()
.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 Ipv6SrPrefixModifier and TypeMethodDescriptionPrefixAttributesBuilder.setIpv6SrPrefix
(Ipv6SrPrefix value) Set the property corresponding toPrefixState.getIpv6SrPrefix()
to the specified value. -
Uses of Ipv6SrPrefix 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 Ipv6SrPrefixModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ipv6SrPrefix>>
E$$Ipv6SrPrefixBuilder.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 Ipv6SrPrefixModifier and TypeMethodDescription@NonNull Ipv6SrPrefix
Ipv6SrPrefixBuilder.build()
A newIpv6SrPrefix
instance.static @NonNull Ipv6SrPrefix
Ipv6SrPrefixBuilder.empty()
Get empty instance of Ipv6SrPrefix.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 Ipv6SrPrefixModifier and TypeMethodDescriptiondefault Class
<Ipv6SrPrefix> Ipv6SrPrefix.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.prefix.state with parameters of type Ipv6SrPrefixModifier and TypeMethodDescriptionstatic boolean
Ipv6SrPrefix.bindingEquals
(@NonNull Ipv6SrPrefix thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Ipv6SrPrefix.bindingHashCode
(@NonNull Ipv6SrPrefix obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Ipv6SrPrefix.bindingToString
(@NonNull Ipv6SrPrefix 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 Ipv6SrPrefixModifier and TypeMethodDescriptionIpv6SrPrefixBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ipv6SrPrefix> augmentation) Add an augmentation to this builder's product.Ipv6SrPrefixBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv6SrPrefix>> 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 Ipv6SrPrefixModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIpv6SrPrefix
.