public static class QueryAccountBillResponseBody.QueryAccountBillResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accountID |
String |
accountName |
String |
billingCycle |
QueryAccountBillResponseBody.QueryAccountBillResponseBodyDataItems |
items |
Integer |
pageNum |
Integer |
pageSize |
Integer |
totalCount |
| 构造器和说明 |
|---|
QueryAccountBillResponseBodyData() |
@NameInMap(value="AccountID") public String accountID
@NameInMap(value="AccountName") public String accountName
@NameInMap(value="BillingCycle") public String billingCycle
@NameInMap(value="Items") public QueryAccountBillResponseBody.QueryAccountBillResponseBodyDataItems items
@NameInMap(value="PageNum") public Integer pageNum
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="TotalCount") public Integer totalCount
public static QueryAccountBillResponseBody.QueryAccountBillResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic QueryAccountBillResponseBody.QueryAccountBillResponseBodyData setAccountID(String accountID)
public String getAccountID()
public QueryAccountBillResponseBody.QueryAccountBillResponseBodyData setAccountName(String accountName)
public String getAccountName()
public QueryAccountBillResponseBody.QueryAccountBillResponseBodyData setBillingCycle(String billingCycle)
public String getBillingCycle()
public QueryAccountBillResponseBody.QueryAccountBillResponseBodyData setItems(QueryAccountBillResponseBody.QueryAccountBillResponseBodyDataItems items)
public QueryAccountBillResponseBody.QueryAccountBillResponseBodyDataItems getItems()
public QueryAccountBillResponseBody.QueryAccountBillResponseBodyData setPageNum(Integer pageNum)
public Integer getPageNum()
public QueryAccountBillResponseBody.QueryAccountBillResponseBodyData setPageSize(Integer pageSize)
public Integer getPageSize()
public QueryAccountBillResponseBody.QueryAccountBillResponseBodyData setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2022. All rights reserved.