public class ReportDetailReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ReportDetailReq.Builder |
| 构造器和说明 |
|---|
ReportDetailReq() |
ReportDetailReq(ReportDetailReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCentralizedReportingProjectId() |
WorkforcePlanDetailRow[] |
getItems() |
String |
getWorkforcePlanId() |
static ReportDetailReq.Builder |
newBuilder() |
void |
setCentralizedReportingProjectId(String centralizedReportingProjectId) |
void |
setItems(WorkforcePlanDetailRow[] items) |
void |
setWorkforcePlanId(String workforcePlanId) |
public ReportDetailReq()
public ReportDetailReq(ReportDetailReq.Builder builder)
public String getWorkforcePlanId()
public void setWorkforcePlanId(String workforcePlanId)
public String getCentralizedReportingProjectId()
public void setCentralizedReportingProjectId(String centralizedReportingProjectId)
public WorkforcePlanDetailRow[] getItems()
public void setItems(WorkforcePlanDetailRow[] items)
public static ReportDetailReq.Builder newBuilder()
Copyright © 2025. All rights reserved.