public static class ListCostAllocationPlanReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ListCostAllocationPlanReq |
build() |
ListCostAllocationPlanReq.Builder |
pageSize(Integer pageSize)
分页大小
示例值:50
|
ListCostAllocationPlanReq.Builder |
pageToken(String pageToken)
分页标记,第一次请求不填,表示从头开始遍历;分页查询结果还有更多项时会同时返回新的 page_token,下次遍历可采用该 page_token 获取查询结果
示例值:6823630319749580302
|
ListCostAllocationPlanReq.Builder |
payPeriod(String payPeriod)
期间
示例值:2023-11
|
public ListCostAllocationPlanReq.Builder pageSize(Integer pageSize)
示例值:50
pageSize - public ListCostAllocationPlanReq.Builder pageToken(String pageToken)
示例值:6823630319749580302
pageToken - public ListCostAllocationPlanReq.Builder payPeriod(String payPeriod)
示例值:2023-11
payPeriod - public ListCostAllocationPlanReq build()
Copyright © 2025. All rights reserved.