Interface FlowspecIpv4Route
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
FlowspecRoutes
@Generated("mdsal-binding-generator")
public interface FlowspecIpv4Route
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping flowspec-ipv4-route { list flowspec-route { key "route-key path-id"; uses flowspec-ipv4-route-list; } }
-
Method Summary
Modifier and TypeMethodDescription@Nullable Map
<FlowspecRouteKey, FlowspecRoute> Return flowspecRoute, ornull
if it is not present.default @NonNull Map
<FlowspecRouteKey, FlowspecRoute> Return flowspecRoute, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getFlowspecRoute
@Nullable Map<FlowspecRouteKey,FlowspecRoute> getFlowspecRoute()Return flowspecRoute, ornull
if it is not present.- Returns:
Map<FlowspecRouteKey, FlowspecRoute>
flowspecRoute, ornull
if it is not present.
-
nonnullFlowspecRoute
Return flowspecRoute, or an empty list if it is not present.- Returns:
Map<FlowspecRouteKey, FlowspecRoute>
flowspecRoute, or an empty list if it is not present.
-