Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.ipv6.route.FlowspecRouteKey
Packages that use FlowspecRouteKey
Package
Description
-
Uses of FlowspecRouteKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120 that return types with arguments of type FlowspecRouteKeyModifier and TypeMethodDescription@Nullable Map<FlowspecRouteKey,
FlowspecRoute> FlowspecIpv6Route.getFlowspecRoute()
Return flowspecRoute, ornull
if it is not present.default @NonNull Map<FlowspecRouteKey,
FlowspecRoute> FlowspecIpv6Route.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.ipv6.route
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.ipv6.route that return FlowspecRouteKeyModifier and TypeMethodDescriptionFlowspecRoute.key()
FlowspecRouteBuilder.key()
Return current value associated with the property corresponding toFlowspecRoute.key()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.ipv6.route with parameters of type FlowspecRouteKeyModifier and TypeMethodDescriptionFlowspecRouteBuilder.withKey
(FlowspecRouteKey key) Set the key value corresponding toFlowspecRoute.key()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.ipv6.route with parameters of type FlowspecRouteKeyModifierConstructorDescriptionFlowspecRouteKey
(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.ipv6.routes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.ipv6.routes that return types with arguments of type FlowspecRouteKeyModifier and TypeMethodDescriptionFlowspecIpv6RoutesBuilder.getFlowspecRoute()
Return current value associated with the property corresponding toFlowspecIpv6Route.getFlowspecRoute()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.ipv6.routes with type arguments of type FlowspecRouteKeyModifier and TypeMethodDescriptionFlowspecIpv6RoutesBuilder.setFlowspecRoute
(Map<FlowspecRouteKey, FlowspecRoute> values) Set the property corresponding toFlowspecIpv6Route.getFlowspecRoute()
to the specified value.