Interface MeterConfigStatsReply

  • All Superinterfaces:
    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;
       }
     }
     
    The schema path to identify an instance is opendaylight-meter-types/meter-config-stats-reply
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends MeterConfigStatsReply> implementedInterface()
        Specified by:
        implementedInterface in interface 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:
        java.util.Map 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:
        java.util.Map meterConfigStats, or an empty list if it is not present.