Class OrgVdcBillsResponse
java.lang.Object
com.iland.core.web.rest.response.billing.OrgVdcBillsResponse
- All Implemented Interfaces:
Serializable
Org vDCs Bill Response.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrgVdcBillsResponse(String orgUuid, int month, int year, List<BillResponse> vdcBills) -
Method Summary
-
Constructor Details
-
OrgVdcBillsResponse
-
-
Method Details
-
getVdcBills
Get the list of vDC bills for the given org.- Returns:
ListofBillResponsevDC vdcBills
-
getOrgUuid
Get the org uuid.- Returns:
Stringorg uuid
-
getMonth
public int getMonth()Get the month.- Returns:
- month
-
getYear
public int getYear()Get the year.- Returns:
- year
-