Class BandwidthUsage

java.lang.Object
org.wso2.carbon.usage.agent.beans.BandwidthUsage

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

    • BandwidthUsage

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

    • getMeasurement

      public String getMeasurement()
    • getValue

      public long getValue()
    • setValue

      public void setValue(long value)
    • setTenantId

      public void setTenantId(int tenantId)
    • getTenantId

      public int getTenantId()