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 Summary
Constructors Constructor Description BandwidthUsage(int tenantId, String measurement, long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMeasurement()intgetTenantId()longgetValue()voidsetTenantId(int tenantId)voidsetValue(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()
-
-