public class ListCostAllocationReportReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListCostAllocationReportReq.Builder |
| 构造器和说明 |
|---|
ListCostAllocationReportReq() |
ListCostAllocationReportReq(ListCostAllocationReportReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCostAllocationPlanId() |
Integer |
getPageSize() |
String |
getPageToken() |
String |
getPayPeriod() |
Integer |
getReportType() |
static ListCostAllocationReportReq.Builder |
newBuilder() |
void |
setCostAllocationPlanId(String costAllocationPlanId) |
void |
setPageSize(Integer pageSize) |
void |
setPageToken(String pageToken) |
void |
setPayPeriod(String payPeriod) |
void |
setReportType(Integer reportType) |
public ListCostAllocationReportReq()
public ListCostAllocationReportReq(ListCostAllocationReportReq.Builder builder)
public static ListCostAllocationReportReq.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.