Class ResourceCostAndUsageResponse
java.lang.Object
com.iland.core.web.rest.response.billing.ResourceCostAndUsageResponse
- All Implemented Interfaces:
Serializable
Resource Cost And Usage Response.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceCostAndUsageResponse(CostAndUsageResponse total, CostAndUsageResponse reserved, CostAndUsageResponse burst) -
Method Summary
-
Constructor Details
-
ResourceCostAndUsageResponse
public ResourceCostAndUsageResponse(CostAndUsageResponse total, CostAndUsageResponse reserved, CostAndUsageResponse burst)
-
-
Method Details
-
getTotal
Get the total cost and usage.- Returns:
- total cost and usage
-
getReserved
Get the reservation cost and usage.- Returns:
- reserved cost and usage
-
getBurst
Get the burst cost and usage.- Returns:
- burst cost and usage
-