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