Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set.neighbor.set.NeighborKey
Packages that use NeighborKey
Package
Description
-
Uses of NeighborKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set that return types with arguments of type NeighborKeyModifier 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.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set with type arguments of type NeighborKeyModifier 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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set.neighbor.set that return NeighborKeyModifier and TypeMethodDescriptionNeighbor.key()
NeighborBuilder.key()
Return current value associated with the property corresponding toNeighbor.key()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set.neighbor.set with parameters of type NeighborKeyModifier and TypeMethodDescriptionNeighborBuilder.withKey
(NeighborKey key) Set the key value corresponding toNeighbor.key()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set.neighbor.set with parameters of type NeighborKey