Interface BatchFlowOutputListGrouping

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:
AddFlowsBatchOutput, RemoveFlowsBatchOutput, UpdateFlowsBatchOutput

@Generated("mdsal-binding-generator") public interface BatchFlowOutputListGrouping extends org.opendaylight.yangtools.yang.binding.DataObject
Openflow flow list suitable for batch rpc output.

This class represents the following YANG schema fragment defined in module sal-flows-batch

 grouping batch-flow-output-list-grouping {
   list batch-failed-flows-output {
     key batch-order;
     uses batch:batch-order-grouping;
     uses batch-flow-id-grouping;
   }
 }
 
  • 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 BatchFlowOutputListGrouping> 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
    • getBatchFailedFlowsOutput

      @Nullable Map<BatchFailedFlowsOutputKey,BatchFailedFlowsOutput> getBatchFailedFlowsOutput()
      Return batchFailedFlowsOutput, or null if it is not present.
      Returns:
      Map<BatchFailedFlowsOutputKey, BatchFailedFlowsOutput> batchFailedFlowsOutput, or null if it is not present.
    • nonnullBatchFailedFlowsOutput

      default @NonNull Map<BatchFailedFlowsOutputKey,BatchFailedFlowsOutput> nonnullBatchFailedFlowsOutput()
      Return batchFailedFlowsOutput, or an empty list if it is not present.
      Returns:
      Map<BatchFailedFlowsOutputKey, BatchFailedFlowsOutput> batchFailedFlowsOutput, or an empty list if it is not present.