public class ResourceMonthBillResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
ResourceMonthBillResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId() |
String |
getBeginTime() |
String |
getBillMonth() |
List<ResourceMonthInstanceBill> |
getBills() |
String |
getEndTime() |
String |
getLoginName() |
String |
getOuName() |
Integer |
getPageNo() |
Integer |
getPageSize() |
String |
getSubAccountId() |
String |
getSubLoginName() |
Integer |
getTotalCount() |
void |
setAccountId(String accountId) |
void |
setBeginTime(String beginTime) |
void |
setBillMonth(String billMonth) |
void |
setBills(List<ResourceMonthInstanceBill> bills) |
void |
setEndTime(String endTime) |
void |
setLoginName(String loginName) |
void |
setOuName(String ouName) |
void |
setPageNo(Integer pageNo) |
void |
setPageSize(Integer pageSize) |
void |
setSubAccountId(String subAccountId) |
void |
setSubLoginName(String subLoginName) |
void |
setTotalCount(Integer totalCount) |
getMetadatapublic String getBillMonth()
public void setBillMonth(String billMonth)
public String getBeginTime()
public void setBeginTime(String beginTime)
public String getEndTime()
public void setEndTime(String endTime)
public String getAccountId()
public void setAccountId(String accountId)
public String getLoginName()
public void setLoginName(String loginName)
public String getSubAccountId()
public void setSubAccountId(String subAccountId)
public String getSubLoginName()
public void setSubLoginName(String subLoginName)
public String getOuName()
public void setOuName(String ouName)
public Integer getPageNo()
public void setPageNo(Integer pageNo)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public List<ResourceMonthInstanceBill> getBills()
public void setBills(List<ResourceMonthInstanceBill> bills)
Copyright © 2020. All rights reserved.