public class ListCostAllocationDetailReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListCostAllocationDetailReq.Builder |
| 构造器和说明 |
|---|
ListCostAllocationDetailReq() |
ListCostAllocationDetailReq(ListCostAllocationDetailReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCostAllocationPlanId() |
Integer |
getPageSize() |
String |
getPageToken() |
String |
getPayPeriod() |
Integer |
getReportType() |
static ListCostAllocationDetailReq.Builder |
newBuilder() |
void |
setCostAllocationPlanId(String costAllocationPlanId) |
void |
setPageSize(Integer pageSize) |
void |
setPageToken(String pageToken) |
void |
setPayPeriod(String payPeriod) |
void |
setReportType(Integer reportType) |
public ListCostAllocationDetailReq()
public ListCostAllocationDetailReq(ListCostAllocationDetailReq.Builder builder)
public static ListCostAllocationDetailReq.Builder newBuilder()
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public String getPageToken()
public void setPageToken(String pageToken)
public String getCostAllocationPlanId()
public void setCostAllocationPlanId(String costAllocationPlanId)
public String getPayPeriod()
public void setPayPeriod(String payPeriod)
public Integer getReportType()
public void setReportType(Integer reportType)
Copyright © 2025. All rights reserved.