Package com.woorea.openstack.nova.model
Class SimpleTenantUsage
- java.lang.Object
-
- com.woorea.openstack.nova.model.SimpleTenantUsage
-
- All Implemented Interfaces:
Serializable
public class SimpleTenantUsage extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleTenantUsage.ServerUsage
-
Constructor Summary
Constructors Constructor Description SimpleTenantUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SimpleTenantUsage.ServerUsage>getServerUsages()StringgetStart()StringgetStop()StringgetTenantId()StringgetTotalHours()BigDecimalgetTotalLocalGbUsage()BigDecimalgetTotalMemoryMbUsage()BigDecimalgetTotalVcpusUsage()voidsetServerUsages(List<SimpleTenantUsage.ServerUsage> serverUsages)voidsetStart(String start)voidsetStop(String stop)voidsetTenantId(String tenantId)voidsetTotalHours(String totalHours)voidsetTotalLocalGbUsage(BigDecimal totalLocalGbUsage)voidsetTotalMemoryMbUsage(BigDecimal totalMemoryMbUsage)voidsetTotalVcpusUsage(BigDecimal totalVcpusUsage)StringtoString()
-
-
-
Method Detail
-
getTotalMemoryMbUsage
public BigDecimal getTotalMemoryMbUsage()
- Returns:
- the totalMemoryMbUsage
-
setTotalMemoryMbUsage
public void setTotalMemoryMbUsage(BigDecimal totalMemoryMbUsage)
- Parameters:
totalMemoryMbUsage- the totalMemoryMbUsage to set
-
getTotalVcpusUsage
public BigDecimal getTotalVcpusUsage()
- Returns:
- the totalVcpusUsage
-
setTotalVcpusUsage
public void setTotalVcpusUsage(BigDecimal totalVcpusUsage)
- Parameters:
totalVcpusUsage- the totalVcpusUsage to set
-
getTotalLocalGbUsage
public BigDecimal getTotalLocalGbUsage()
- Returns:
- the totalLocalGbUsage
-
setTotalLocalGbUsage
public void setTotalLocalGbUsage(BigDecimal totalLocalGbUsage)
- Parameters:
totalLocalGbUsage- the totalLocalGbUsage to set
-
getStart
public String getStart()
- Returns:
- the start
-
setStart
public void setStart(String start)
- Parameters:
start- the start to set
-
getStop
public String getStop()
- Returns:
- the stop
-
setStop
public void setStop(String stop)
- Parameters:
stop- the stop to set
-
getTenantId
public String getTenantId()
- Returns:
- the tenantId
-
setTenantId
public void setTenantId(String tenantId)
- Parameters:
tenantId- the tenantId to set
-
getTotalHours
public String getTotalHours()
- Returns:
- the totalHours
-
setTotalHours
public void setTotalHours(String totalHours)
- Parameters:
totalHours- the totalHours to set
-
getServerUsages
public List<SimpleTenantUsage.ServerUsage> getServerUsages()
-
setServerUsages
public void setServerUsages(List<SimpleTenantUsage.ServerUsage> serverUsages)
-
-