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:
GetAllMeterConfigStatisticsOutput, MeterConfigStatsUpdated, MultipartReplyMeterConfig

@Generated("mdsal-binding-generator") public interface MeterConfigStatsReply extends org.opendaylight.yangtools.yang.binding.DataObject

This class represents the following YANG schema fragment defined in module opendaylight-meter-types

 grouping meter-config-stats-reply {
   list meter-config-stats {
     key meter-id;
     uses meter;
   }
 }
 
  • 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 MeterConfigStatsReply> 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
    • getMeterConfigStats

      @Nullable Map<MeterConfigStatsKey,MeterConfigStats> getMeterConfigStats()
      Return meterConfigStats, or null if it is not present.
      Returns:
      Map<MeterConfigStatsKey, MeterConfigStats> meterConfigStats, or null if it is not present.
    • nonnullMeterConfigStats

      default @NonNull Map<MeterConfigStatsKey,MeterConfigStats> nonnullMeterConfigStats()
      Return meterConfigStats, or an empty list if it is not present.
      Returns:
      Map<MeterConfigStatsKey, MeterConfigStats> meterConfigStats, or an empty list if it is not present.