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
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
Modifier and TypeMethodDescriptionAdjacencyCase.getAdjacency()
Return adjacency, ornull
if it is not present.AdjacencyCaseBuilder.getAdjacency()
Return current value associated with the property corresponding toAdjacencyCase.getAdjacency()
.@NonNull Adjacency
AdjacencyCase.nonnullAdjacency()
Return adjacency, or an empty instance if it is not present.Modifier 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
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Adjacency>>
E$$AdjacencyBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Adjacency
AdjacencyBuilder.build()
A newAdjacency
instance.static @NonNull Adjacency
AdjacencyBuilder.empty()
Get empty instance of Adjacency.Modifier and TypeMethodDescriptionstatic boolean
Adjacency.bindingEquals
(@NonNull Adjacency thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Adjacency.bindingHashCode
(@NonNull Adjacency obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Adjacency.bindingToString
(@NonNull Adjacency obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionAdjacencyBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Adjacency> augmentation) Add an augmentation to this builder's product.AdjacencyBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Adjacency>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionAdjacencyBuilder
(Adjacency base) Construct a builder initialized with state from specifiedAdjacency
.