Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.ipv4.route.FlowspecRouteKey
Package
Description
-
Uses of FlowspecRouteKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120
Modifier and TypeMethodDescription@Nullable Map
<FlowspecRouteKey, FlowspecRoute> FlowspecIpv4Route.getFlowspecRoute()
Return flowspecRoute, ornull
if it is not present.default @NonNull Map
<FlowspecRouteKey, FlowspecRoute> FlowspecIpv4Route.nonnullFlowspecRoute()
Return flowspecRoute, or an empty list if it is not present. -
Uses of FlowspecRouteKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.ipv4.route
Modifier and TypeMethodDescriptionFlowspecRoute.key()
FlowspecRouteBuilder.key()
Return current value associated with the property corresponding toFlowspecRoute.key()
.Modifier and TypeMethodDescriptionFlowspecRouteBuilder.withKey
(FlowspecRouteKey key) Set the key value corresponding toFlowspecRoute.key()
to the specified value.ModifierConstructorDescriptionFlowspecRouteKey
(FlowspecRouteKey source) Creates a copy from Source Object. -
Uses of FlowspecRouteKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.routes
Modifier and TypeMethodDescriptionFlowspecRoutesBuilder.getFlowspecRoute()
Return current value associated with the property corresponding toFlowspecIpv4Route.getFlowspecRoute()
.Modifier and TypeMethodDescriptionFlowspecRoutesBuilder.setFlowspecRoute
(Map<FlowspecRouteKey, FlowspecRoute> values) Set the property corresponding toFlowspecIpv4Route.getFlowspecRoute()
to the specified value.