Class DeviceCounterConsumption

    • Constructor Detail

      • DeviceCounterConsumption

        public DeviceCounterConsumption()
        No args constructor for use in serialization
      • DeviceCounterConsumption

        public DeviceCounterConsumption​(String counterSet,
                                        Map<String,​Counter> counters)
    • Method Detail

      • getCounterSet

        public String getCounterSet()
        CounterSet is the name of the set from which the counters defined will be consumed.
      • setCounterSet

        public void setCounterSet​(String counterSet)
        CounterSet is the name of the set from which the counters defined will be consumed.
      • getCounters

        public Map<String,​Counter> getCounters()
        Counters defines the counters that will be consumed by the device.


        The maximum number of counters is 32.

      • setCounters

        public void setCounters​(Map<String,​Counter> counters)
        Counters defines the counters that will be consumed by the device.


        The maximum number of counters is 32.

      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)