Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set.neighbor.set.Neighbor
Package
Description
-
Uses of Neighbor in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set
Modifier and TypeMethodDescription@Nullable Map
<NeighborKey, Neighbor> NeighborSet.getNeighbor()
Return neighbor, ornull
if it is not present.NeighborSetBuilder.getNeighbor()
Return current value associated with the property corresponding toNeighborSet.getNeighbor()
.default @NonNull Map
<NeighborKey, Neighbor> NeighborSet.nonnullNeighbor()
Return neighbor, or an empty list if it is not present.Modifier and TypeMethodDescriptionNeighborSetBuilder.setNeighbor
(Map<NeighborKey, Neighbor> values) Set the property corresponding toNeighborSet.getNeighbor()
to the specified value. -
Uses of Neighbor in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set.neighbor.set
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Neighbor>>
E$$NeighborBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Neighbor
NeighborBuilder.build()
A newNeighbor
instance.Modifier and TypeMethodDescriptionstatic boolean
Neighbor.bindingEquals
(@NonNull Neighbor thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Neighbor.bindingHashCode
(@NonNull Neighbor obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Neighbor.bindingToString
(@NonNull Neighbor obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionNeighborBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Neighbor> augmentation) Add an augmentation to this builder's product.NeighborBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Neighbor>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionNeighborBuilder
(Neighbor base) Construct a builder initialized with state from specifiedNeighbor
.