Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute.SrLanAdjIds
Package
Description
-
Uses of SrLanAdjIds in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr
Modifier and TypeMethodDescriptionstatic SrLanAdjIds
SrLinkAttributesParser.parseLanAdjacencySegmentIdentifier
(io.netty.buffer.ByteBuf buffer, ProtocolId protocolId) Modifier and TypeMethodDescriptionstatic io.netty.buffer.ByteBuf
SrLinkAttributesParser.serializeLanAdjacencySegmentIdentifier
(SrLanAdjIds srLanAdjId) Modifier and TypeMethodDescriptionstatic void
SrLinkAttributesParser.serializeLanAdjacencySegmentIdentifiers
(List<SrLanAdjIds> srLanAdjIds, io.netty.buffer.ByteBuf byteAggregator) -
Uses of SrLanAdjIds in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120
Modifier and TypeMethodDescription@Nullable List
<SrLanAdjIds> LinkstateAttribute.getSrLanAdjIds()
Return srLanAdjIds, ornull
if it is not present.default @NonNull List
<SrLanAdjIds> LinkstateAttribute.nonnullSrLanAdjIds()
Return srLanAdjIds, or an empty list if it is not present. -
Uses of SrLanAdjIds in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<SrLanAdjIds>>
E$$SrLanAdjIdsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull SrLanAdjIds
SrLanAdjIdsBuilder.build()
A newSrLanAdjIds
instance.Modifier and TypeMethodDescriptionstatic boolean
SrLanAdjIds.bindingEquals
(@NonNull SrLanAdjIds thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SrLanAdjIds.bindingHashCode
(@NonNull SrLanAdjIds obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SrLanAdjIds.bindingToString
(@NonNull SrLanAdjIds obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionSrLanAdjIdsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SrLanAdjIds> augmentation) Add an augmentation to this builder's product.SrLanAdjIdsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SrLanAdjIds>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSrLanAdjIds
. -
Uses of SrLanAdjIds in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case
Modifier and TypeMethodDescriptionLinkAttributesBuilder.getSrLanAdjIds()
Return current value associated with the property corresponding toLinkstateAttribute.getSrLanAdjIds()
.Modifier and TypeMethodDescriptionLinkAttributesBuilder.setSrLanAdjIds
(List<SrLanAdjIds> values) Set the property corresponding toLinkstateAttribute.getSrLanAdjIds()
to the specified value.