Class BandwidthUsage
java.lang.Object
org.wso2.carbon.usage.agent.beans.BandwidthUsage
the bean class for BandwidthUsage with attributes
int tenant id,
String measurement
long value *
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlonggetValue()voidsetTenantId(int tenantId) voidsetValue(long value)
-
Constructor Details
-
BandwidthUsage
-
-
Method Details
-
getMeasurement
-
getValue
public long getValue() -
setValue
public void setValue(long value) -
setTenantId
public void setTenantId(int tenantId) -
getTenantId
public int getTenantId()
-