Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set.neighbor.set.NeighborKey
Package
Description
-
Uses of NeighborKey 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 NeighborKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set.neighbor.set
Modifier and TypeMethodDescriptionNeighbor.key()
NeighborBuilder.key()
Return current value associated with the property corresponding toNeighbor.key()
.Modifier and TypeMethodDescriptionNeighborBuilder.withKey
(NeighborKey key) Set the key value corresponding toNeighbor.key()
to the specified value.