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:
AddFlowsDsInput, RemoveFlowsDsInput

@Generated("mdsal-binding-generator") public interface BulkFlowDsListGrouping extends org.opendaylight.yangtools.yang.binding.DataObject
Suitable for dataStore way - includes flowId

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

 grouping bulk-flow-ds-list-grouping {
   list bulk-flow-ds-item {
     uses bulk-flow-base-content-grouping;
     leaf flow-id {
       type flow-inv:flow-id;
     }
   }
 }
 
  • 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 BulkFlowDsListGrouping> 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
    • getBulkFlowDsItem

      @Nullable List<BulkFlowDsItem> getBulkFlowDsItem()
      Return bulkFlowDsItem, or null if it is not present.
      Returns:
      List<BulkFlowDsItem> bulkFlowDsItem, or null if it is not present.
    • nonnullBulkFlowDsItem

      default @NonNull List<BulkFlowDsItem> nonnullBulkFlowDsItem()
      Return bulkFlowDsItem, or an empty list if it is not present.
      Returns:
      List<BulkFlowDsItem> bulkFlowDsItem, or an empty list if it is not present.