Interface BatchGroupOutputListGrouping

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:
AddGroupsBatchOutput, RemoveGroupsBatchOutput, UpdateGroupsBatchOutput

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

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

 grouping batch-group-output-list-grouping {
   list batch-failed-groups-output {
     key batch-order;
     uses batch:batch-order-grouping;
     leaf group-id {
       type group-type:group-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 BatchGroupOutputListGrouping> 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
    • getBatchFailedGroupsOutput

      @Nullable Map<BatchFailedGroupsOutputKey,BatchFailedGroupsOutput> getBatchFailedGroupsOutput()
      Return batchFailedGroupsOutput, or null if it is not present.
      Returns:
      Map<BatchFailedGroupsOutputKey, BatchFailedGroupsOutput> batchFailedGroupsOutput, or null if it is not present.
    • nonnullBatchFailedGroupsOutput

      default @NonNull Map<BatchFailedGroupsOutputKey,BatchFailedGroupsOutput> nonnullBatchFailedGroupsOutput()
      Return batchFailedGroupsOutput, or an empty list if it is not present.
      Returns:
      Map<BatchFailedGroupsOutputKey, BatchFailedGroupsOutput> batchFailedGroupsOutput, or an empty list if it is not present.