Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.routes.ipv4.routes.Ipv4RouteKey
Package
Description
-
Uses of Ipv4RouteKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.routes
Modifier and TypeMethodDescription@Nullable Map<Ipv4RouteKey,
Ipv4Route> Ipv4Routes.getIpv4Route()
Return ipv4Route, ornull
if it is not present.Ipv4RoutesBuilder.getIpv4Route()
Return current value associated with the property corresponding toIpv4Routes.getIpv4Route()
.default @NonNull Map<Ipv4RouteKey,
Ipv4Route> Ipv4Routes.nonnullIpv4Route()
Return ipv4Route, or an empty list if it is not present.Modifier and TypeMethodDescriptionIpv4RoutesBuilder.setIpv4Route
(Map<Ipv4RouteKey, Ipv4Route> values) Set the property corresponding toIpv4Routes.getIpv4Route()
to the specified value. -
Uses of Ipv4RouteKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.routes.ipv4.routes
Modifier and TypeMethodDescriptionIpv4Route.key()
Ipv4RouteBuilder.key()
Return current value associated with the property corresponding toIpv4Route.key()
.Modifier and TypeMethodDescriptionIpv4RouteBuilder.withKey
(Ipv4RouteKey key) Set the key value corresponding toIpv4Route.key()
to the specified value.ModifierConstructorDescriptionIpv4RouteKey
(Ipv4RouteKey source) Creates a copy from Source Object.