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