Class OrgBillingByVdcResponse
java.lang.Object
com.iland.core.web.rest.response.billing.OrgBillingByVdcResponse
- All Implemented Interfaces:
Serializable
Org Billing By Vdc Response.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrgBillingByVdcResponse(Map<Long, Map<String, Map<String, BillResponse>>> billingByVdc) -
Method Summary
Modifier and TypeMethodDescriptionGet a map of bills by vDC.
-
Constructor Details
-
OrgBillingByVdcResponse
-
-
Method Details
-
getBillingByVdc
Get a map of bills by vDC.- Returns:
- map of org billing broken down by vDC
-