public static final class QueryAccountBillResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryAccountBillResponseBody.Data.Builder |
accountID(String accountID)
The ID of your Alibaba Cloud account.
|
QueryAccountBillResponseBody.Data.Builder |
accountName(String accountName)
The name of the Alibaba Cloud account.
|
QueryAccountBillResponseBody.Data.Builder |
billingCycle(String billingCycle)
The billing cycle.
|
QueryAccountBillResponseBody.Data |
build() |
QueryAccountBillResponseBody.Data.Builder |
items(QueryAccountBillResponseBody.Items items)
The details of the bills.
|
QueryAccountBillResponseBody.Data.Builder |
pageNum(Integer pageNum)
The page number of the returned page.
|
QueryAccountBillResponseBody.Data.Builder |
pageSize(Integer pageSize)
The number of entries returned per page.
|
QueryAccountBillResponseBody.Data.Builder |
totalCount(Integer totalCount)
The total number of returned entries.
|
public QueryAccountBillResponseBody.Data.Builder accountID(String accountID)
The ID of your Alibaba Cloud account.
example:1857xxxxx489
public QueryAccountBillResponseBody.Data.Builder accountName(String accountName)
The name of the Alibaba Cloud account.
example:public QueryAccountBillResponseBody.Data.Builder billingCycle(String billingCycle)
The billing cycle. Format: YYYY-MM.
example:2020-03
public QueryAccountBillResponseBody.Data.Builder items(QueryAccountBillResponseBody.Items items)
The details of the bills.
public QueryAccountBillResponseBody.Data.Builder pageNum(Integer pageNum)
The page number of the returned page.
example:1
public QueryAccountBillResponseBody.Data.Builder pageSize(Integer pageSize)
The number of entries returned per page.
example:20
public QueryAccountBillResponseBody.Data.Builder totalCount(Integer totalCount)
The total number of returned entries.
example:1
public QueryAccountBillResponseBody.Data build()
Copyright © 2026. All rights reserved.