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:
AddFlowsRpcInput, RemoveFlowsRpcInput

@Generated("mdsal-binding-generator") public interface BulkFlowListGrouping extends org.opendaylight.yangtools.yang.binding.DataObject
Suitable for rpc way

This class represents the following YANG schema fragment defined in module sal-bulk-flow

 grouping bulk-flow-list-grouping {
   list bulk-flow-item {
     uses bulk-flow-base-content-grouping;
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable List<BulkFlowItem>
    Return bulkFlowItem, or null if it is not present.
     
    default @NonNull List<BulkFlowItem>
    Return bulkFlowItem, or an empty list if it is not present.
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends BulkFlowListGrouping> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getBulkFlowItem

      @Nullable List<BulkFlowItem> getBulkFlowItem()
      Return bulkFlowItem, or null if it is not present.
      Returns:
      List<BulkFlowItem> bulkFlowItem, or null if it is not present.
    • nonnullBulkFlowItem

      default @NonNull List<BulkFlowItem> nonnullBulkFlowItem()
      Return bulkFlowItem, or an empty list if it is not present.
      Returns:
      List<BulkFlowItem> bulkFlowItem, or an empty list if it is not present.