Package com.woorea.openstack.nova.model
Class SimpleTenantUsage
java.lang.Object
com.woorea.openstack.nova.model.SimpleTenantUsage
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<SimpleTenantUsage.ServerUsage> private Stringprivate Stringprivate Stringprivate Stringprivate BigDecimalprivate BigDecimalprivate BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStart()getStop()voidsetServerUsages(List<SimpleTenantUsage.ServerUsage> serverUsages) voidvoidvoidsetTenantId(String tenantId) voidsetTotalHours(String totalHours) voidsetTotalLocalGbUsage(BigDecimal totalLocalGbUsage) voidsetTotalMemoryMbUsage(BigDecimal totalMemoryMbUsage) voidsetTotalVcpusUsage(BigDecimal totalVcpusUsage) toString()
-
Field Details
-
totalMemoryMbUsage
-
totalVcpusUsage
-
totalLocalGbUsage
-
start
-
stop
-
tenantId
-
totalHours
-
serverUsages
-
-
Constructor Details
-
SimpleTenantUsage
public SimpleTenantUsage()
-
-
Method Details
-
getTotalMemoryMbUsage
- Returns:
- the totalMemoryMbUsage
-
setTotalMemoryMbUsage
- Parameters:
totalMemoryMbUsage- the totalMemoryMbUsage to set
-
getTotalVcpusUsage
- Returns:
- the totalVcpusUsage
-
setTotalVcpusUsage
- Parameters:
totalVcpusUsage- the totalVcpusUsage to set
-
getTotalLocalGbUsage
- Returns:
- the totalLocalGbUsage
-
setTotalLocalGbUsage
- Parameters:
totalLocalGbUsage- the totalLocalGbUsage to set
-
getStart
- Returns:
- the start
-
setStart
- Parameters:
start- the start to set
-
getStop
- Returns:
- the stop
-
setStop
- Parameters:
stop- the stop to set
-
getTenantId
- Returns:
- the tenantId
-
setTenantId
- Parameters:
tenantId- the tenantId to set
-
getTotalHours
- Returns:
- the totalHours
-
setTotalHours
- Parameters:
totalHours- the totalHours to set
-
getServerUsages
-
setServerUsages
-
toString
-