public class BandwidthUsage extends Object
Constructor and Description |
---|
BandwidthUsage(int tenantId,
String measurement,
long value) |
Modifier and Type | Method and Description |
---|---|
String |
getMeasurement() |
int |
getTenantId() |
long |
getValue() |
void |
setTenantId(int tenantId) |
void |
setValue(long value) |
public BandwidthUsage(int tenantId, String measurement, long value)
public String getMeasurement()
public long getValue()
public void setValue(long value)
public void setTenantId(int tenantId)
public int getTenantId()
Copyright © 2018 WSO2. All rights reserved.