Class BandwidthUsage


  • public class BandwidthUsage
    extends Object
    the bean class for BandwidthUsage with attributes int tenant id, String measurement long value *
    • Constructor Detail

      • BandwidthUsage

        public BandwidthUsage​(int tenantId,
                              String measurement,
                              long value)
    • Method Detail

      • getMeasurement

        public String getMeasurement()
      • getValue

        public long getValue()
      • setValue

        public void setValue​(long value)
      • setTenantId

        public void setTenantId​(int tenantId)
      • getTenantId

        public int getTenantId()