Interface FlowspecIpv6Route
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
FlowspecIpv6Routes
@Generated("mdsal-binding-generator") public interface FlowspecIpv6Route extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping flowspec-ipv6-route { list flowspec-route { key "route-key path-id"; uses flowspec-ipv6-route-list; } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable Map<FlowspecRouteKey,FlowspecRoute>getFlowspecRoute()Return flowspecRoute, ornullif it is not present.Class<? extends FlowspecIpv6Route>implementedInterface()default @NonNull Map<FlowspecRouteKey,FlowspecRoute>nonnullFlowspecRoute()Return flowspecRoute, or an empty list if it is not present.
-
-
-
Method Detail
-
implementedInterface
Class<? extends FlowspecIpv6Route> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getFlowspecRoute
@Nullable Map<FlowspecRouteKey,FlowspecRoute> getFlowspecRoute()
Return flowspecRoute, ornullif it is not present.- Returns:
Map<FlowspecRouteKey, FlowspecRoute>flowspecRoute, ornullif it is not present.
-
nonnullFlowspecRoute
default @NonNull Map<FlowspecRouteKey,FlowspecRoute> 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.
-
-