Interface FlowspecIpv4Route
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
FlowspecRoutes
@Generated("mdsal-binding-generator")
public interface FlowspecIpv4Route
extends org.opendaylight.yangtools.yang.binding.DataObject
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; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescription@Nullable Map<FlowspecRouteKey,
FlowspecRoute> Return flowspecRoute, ornull
if it is not present.Class<? extends FlowspecIpv4Route>
default @NonNull Map<FlowspecRouteKey,
FlowspecRoute> Return flowspecRoute, or an empty list if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends FlowspecIpv4Route> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
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.
-