Interface BatchMeterOutputListGrouping

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:
AddMetersBatchOutput, RemoveMetersBatchOutput, UpdateMetersBatchOutput

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

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

 grouping batch-meter-output-list-grouping {
   list batch-failed-meters-output {
     key batch-order;
     uses batch:batch-order-grouping;
     leaf meter-id {
       type meter-type:meter-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 BatchMeterOutputListGrouping> 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
    • getBatchFailedMetersOutput

      @Nullable Map<BatchFailedMetersOutputKey,BatchFailedMetersOutput> getBatchFailedMetersOutput()
      Return batchFailedMetersOutput, or null if it is not present.
      Returns:
      Map<BatchFailedMetersOutputKey, BatchFailedMetersOutput> batchFailedMetersOutput, or null if it is not present.
    • nonnullBatchFailedMetersOutput

      default @NonNull Map<BatchFailedMetersOutputKey,BatchFailedMetersOutput> nonnullBatchFailedMetersOutput()
      Return batchFailedMetersOutput, or an empty list if it is not present.
      Returns:
      Map<BatchFailedMetersOutputKey, BatchFailedMetersOutput> batchFailedMetersOutput, or an empty list if it is not present.