Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.segments.segment.specification.adjacency._case.Adjacency
Packages that use Adjacency
Package
Description
-
Uses of Adjacency in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.segments.segment.specification
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.segments.segment.specification that return AdjacencyModifier and TypeMethodDescriptionAdjacencyCase.getAdjacency()Return adjacency, ornullif it is not present.AdjacencyCaseBuilder.getAdjacency()Return current value associated with the property corresponding toAdjacencyCase.getAdjacency().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.segments.segment.specification with parameters of type AdjacencyModifier and TypeMethodDescriptionAdjacencyCaseBuilder.setAdjacency(Adjacency value) Set the property corresponding toAdjacencyCase.getAdjacency()to the specified value. -
Uses of Adjacency in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.segments.segment.specification.adjacency._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.segments.segment.specification.adjacency._case with type parameters of type AdjacencyModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Adjacency>>
E$$AdjacencyBuilder.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.topology.sr.rev130819.sr.node.attributes.segments.segment.specification.adjacency._case that return AdjacencyModifier and TypeMethodDescription@NonNull AdjacencyAdjacencyBuilder.build()A newAdjacencyinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.segments.segment.specification.adjacency._case that return types with arguments of type AdjacencyMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.segments.segment.specification.adjacency._case with parameters of type AdjacencyModifier and TypeMethodDescriptionstatic booleanAdjacency.bindingEquals(@NonNull Adjacency thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAdjacency.bindingHashCode(@NonNull Adjacency obj) Default implementation ofObject.hashCode()contract for this interface.static StringAdjacency.bindingToString(@NonNull Adjacency obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.segments.segment.specification.adjacency._case with type arguments of type AdjacencyModifier and TypeMethodDescriptionAdjacencyBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Adjacency> augmentation) Add an augmentation to this builder's product.AdjacencyBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Adjacency>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.segments.segment.specification.adjacency._case with parameters of type AdjacencyModifierConstructorDescriptionAdjacencyBuilder(Adjacency base) Construct a builder initialized with state from specifiedAdjacency.