Class OrgVdcBillsResponse

java.lang.Object
com.iland.core.web.rest.response.billing.OrgVdcBillsResponse
All Implemented Interfaces:
Serializable

public class OrgVdcBillsResponse extends Object implements Serializable
Org vDCs Bill Response.
Author:
Brett Snyder
See Also:
  • Constructor Details

    • OrgVdcBillsResponse

      public OrgVdcBillsResponse(String orgUuid, int month, int year, List<BillResponse> vdcBills)
  • Method Details

    • getVdcBills

      public List<BillResponse> getVdcBills()
      Get the list of vDC bills for the given org.
      Returns:
      List of BillResponse vDC vdcBills
    • getOrgUuid

      public String getOrgUuid()
      Get the org uuid.
      Returns:
      String org uuid
    • getMonth

      public int getMonth()
      Get the month.
      Returns:
      month
    • getYear

      public int getYear()
      Get the year.
      Returns:
      year