Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.node.state.SrAlgorithm
Packages that use SrAlgorithm
Package
Description
-
Uses of SrAlgorithm in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr
Methods in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr that return SrAlgorithmModifier and TypeMethodDescriptionstatic SrAlgorithm
SrNodeAttributesParser.parseSrAlgorithms
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr with parameters of type SrAlgorithmModifier and TypeMethodDescriptionstatic void
SrNodeAttributesParser.serializeSrAlgorithms
(SrAlgorithm alg, io.netty.buffer.ByteBuf buffer) -
Uses of SrAlgorithm 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 SrAlgorithmModifier and TypeMethodDescriptionNodeState.getSrAlgorithm()
Return srAlgorithm, ornull
if it is not present.@NonNull SrAlgorithm
NodeState.nonnullSrAlgorithm()
Return srAlgorithm, or an empty instance if it is not present. -
Uses of SrAlgorithm in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.node.attributes._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.node.attributes._case that return SrAlgorithmModifier and TypeMethodDescriptionNodeAttributesBuilder.getSrAlgorithm()
Return current value associated with the property corresponding toNodeState.getSrAlgorithm()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.node.attributes._case with parameters of type SrAlgorithmModifier and TypeMethodDescriptionNodeAttributesBuilder.setSrAlgorithm
(SrAlgorithm value) Set the property corresponding toNodeState.getSrAlgorithm()
to the specified value. -
Uses of SrAlgorithm in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.node.state
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.node.state with type parameters of type SrAlgorithmModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SrAlgorithm>>
E$$SrAlgorithmBuilder.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.node.state that return SrAlgorithmModifier and TypeMethodDescription@NonNull SrAlgorithm
SrAlgorithmBuilder.build()
A newSrAlgorithm
instance.static @NonNull SrAlgorithm
SrAlgorithmBuilder.empty()
Get empty instance of SrAlgorithm.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.node.state that return types with arguments of type SrAlgorithmMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.node.state with parameters of type SrAlgorithmModifier and TypeMethodDescriptionstatic boolean
SrAlgorithm.bindingEquals
(@NonNull SrAlgorithm thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SrAlgorithm.bindingHashCode
(@NonNull SrAlgorithm obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SrAlgorithm.bindingToString
(@NonNull SrAlgorithm 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.node.state with type arguments of type SrAlgorithmModifier and TypeMethodDescriptionSrAlgorithmBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<SrAlgorithm> augmentation) Add an augmentation to this builder's product.SrAlgorithmBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SrAlgorithm>> 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.node.state with parameters of type SrAlgorithmModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSrAlgorithm
.