Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute.SrAdjIds
Packages that use SrAdjIds
Package
Description
-
Uses of SrAdjIds in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr
Methods in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr that return SrAdjIdsModifier and TypeMethodDescriptionstatic SrAdjIds
SrLinkAttributesParser.parseAdjacencySegmentIdentifier
(io.netty.buffer.ByteBuf buffer, ProtocolId protocolId) -
Uses of SrAdjIds 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 types with arguments of type SrAdjIdsModifier and TypeMethodDescriptionLinkstateAttribute.getSrAdjIds()
Return srAdjIds, ornull
if it is not present.LinkstateAttribute.nonnullSrAdjIds()
Return srAdjIds, or an empty list if it is not present. -
Uses of SrAdjIds in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute with type parameters of type SrAdjIdsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SrAdjIds>>
E$$SrAdjIdsBuilder.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.linkstate.attribute that return SrAdjIdsModifier and TypeMethodDescription@NonNull SrAdjIds
SrAdjIdsBuilder.build()
A newSrAdjIds
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute that return types with arguments of type SrAdjIdsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute with parameters of type SrAdjIdsModifier and TypeMethodDescriptionstatic boolean
SrAdjIds.bindingEquals
(@NonNull SrAdjIds thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SrAdjIds.bindingHashCode
(@NonNull SrAdjIds obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SrAdjIds.bindingToString
(@NonNull SrAdjIds 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.linkstate.attribute with type arguments of type SrAdjIdsModifier and TypeMethodDescriptionSrAdjIdsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<SrAdjIds> augmentation) Add an augmentation to this builder's product.SrAdjIdsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SrAdjIds>> 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.linkstate.attribute with parameters of type SrAdjIdsModifierConstructorDescriptionSrAdjIdsBuilder
(SrAdjIds base) Construct a builder initialized with state from specifiedSrAdjIds
. -
Uses of SrAdjIds in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case that return types with arguments of type SrAdjIdsModifier and TypeMethodDescriptionLinkAttributesBuilder.getSrAdjIds()
Return current value associated with the property corresponding toLinkstateAttribute.getSrAdjIds()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case with type arguments of type SrAdjIdsModifier and TypeMethodDescriptionLinkAttributesBuilder.setSrAdjIds
(List<SrAdjIds> values) Set the property corresponding toLinkstateAttribute.getSrAdjIds()
to the specified value.