Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.LocalStaticConfig.NextHop
Package
Description
-
Uses of LocalStaticConfig.NextHop in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009
Modifier and TypeMethodDescription@Nullable Set
<LocalStaticConfig.NextHop> LocalStaticConfig.getNextHop()
Return nextHop, ornull
if it is not present.default @NonNull Set
<LocalStaticConfig.NextHop> LocalStaticConfig.requireNextHop()
Return nextHop, guaranteed to be non-null.ModifierConstructorDescriptionNextHop
(LocalStaticConfig.NextHop source) Creates a copy from Source Object. -
Uses of LocalStaticConfig.NextHop in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local._static.top._static.routes._static
Modifier and TypeMethodDescriptionConfigBuilder.getNextHop()
Return current value associated with the property corresponding toLocalStaticConfig.getNextHop()
.StateBuilder.getNextHop()
Return current value associated with the property corresponding toLocalStaticConfig.getNextHop()
.Modifier and TypeMethodDescriptionConfigBuilder.setNextHop
(Set<LocalStaticConfig.NextHop> values) Set the property corresponding toLocalStaticConfig.getNextHop()
to the specified value.StateBuilder.setNextHop
(Set<LocalStaticConfig.NextHop> values) Set the property corresponding toLocalStaticConfig.getNextHop()
to the specified value.