public class SimpleTenantUsage extends Object implements Serializable
Constructor and Description |
---|
SimpleTenantUsage() |
Modifier and Type | Method and Description |
---|---|
String |
getStart() |
String |
getStop() |
String |
getTenantId() |
String |
getTotalHours() |
BigDecimal |
getTotalLocalGbUsage() |
BigDecimal |
getTotalMemoryMbUsage() |
BigDecimal |
getTotalVcpusUsage() |
void |
setStart(String start) |
void |
setStop(String stop) |
void |
setTenantId(String tenantId) |
void |
setTotalHours(String totalHours) |
void |
setTotalLocalGbUsage(BigDecimal totalLocalGbUsage) |
void |
setTotalMemoryMbUsage(BigDecimal totalMemoryMbUsage) |
void |
setTotalVcpusUsage(BigDecimal totalVcpusUsage) |
String |
toString() |
public BigDecimal getTotalMemoryMbUsage()
public void setTotalMemoryMbUsage(BigDecimal totalMemoryMbUsage)
totalMemoryMbUsage
- the totalMemoryMbUsage to setpublic BigDecimal getTotalVcpusUsage()
public void setTotalVcpusUsage(BigDecimal totalVcpusUsage)
totalVcpusUsage
- the totalVcpusUsage to setpublic BigDecimal getTotalLocalGbUsage()
public void setTotalLocalGbUsage(BigDecimal totalLocalGbUsage)
totalLocalGbUsage
- the totalLocalGbUsage to setpublic String getStart()
public void setStart(String start)
start
- the start to setpublic String getStop()
public void setStop(String stop)
stop
- the stop to setpublic String getTenantId()
public void setTenantId(String tenantId)
tenantId
- the tenantId to setpublic String getTotalHours()
public void setTotalHours(String totalHours)
totalHours
- the totalHours to setCopyright © 2012–2014. All rights reserved.