Class DiskCostAndUsageResponse
java.lang.Object
com.iland.core.web.rest.response.billing.DiskCostAndUsageResponse
- All Implemented Interfaces:
Serializable
DiskCostAndUsageResponse.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDiskCostAndUsageResponse(ResourceCostAndUsageResponse total, ResourceCostAndUsageResponse hdd, ResourceCostAndUsageResponse ssd, ResourceCostAndUsageResponse archive) -
Method Summary
-
Constructor Details
-
DiskCostAndUsageResponse
public DiskCostAndUsageResponse(ResourceCostAndUsageResponse total, ResourceCostAndUsageResponse hdd, ResourceCostAndUsageResponse ssd, ResourceCostAndUsageResponse archive)
-
-
Method Details
-
getTotal
Get the total disk cost and usgae.- Returns:
- total disk cost and usage
-
getHdd
Get the HDD tier cost and usage.- Returns:
- HDD tier cost and usage
-
getSsd
Get the SSD tier cost and usage.- Returns:
- SSD tier cost and usage
-
getArchive
Get the archive tier cost and usage.- Returns:
- archive tier cost and usage
-