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 Details

    • getFlowspecRoute

      @Nullable Map<FlowspecRouteKey,FlowspecRoute> getFlowspecRoute()
      Return flowspecRoute, or null if it is not present.
      Returns:
      Map<FlowspecRouteKey, FlowspecRoute> flowspecRoute, or null if 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.