public class BatchGetEmployeesJobDataReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchGetEmployeesJobDataReqBody.Builder |
| 构造器和说明 |
|---|
BatchGetEmployeesJobDataReqBody() |
BatchGetEmployeesJobDataReqBody(BatchGetEmployeesJobDataReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getAssignmentStartReasons() |
String |
getDataDate() |
String |
getEffectiveDateEnd() |
String |
getEffectiveDateStart() |
String[] |
getEmploymentIds() |
Boolean |
getGetAllVersion() |
Boolean |
getPrimaryJobData() |
static BatchGetEmployeesJobDataReqBody.Builder |
newBuilder() |
void |
setAssignmentStartReasons(String[] assignmentStartReasons) |
void |
setDataDate(String dataDate) |
void |
setEffectiveDateEnd(String effectiveDateEnd) |
void |
setEffectiveDateStart(String effectiveDateStart) |
void |
setEmploymentIds(String[] employmentIds) |
void |
setGetAllVersion(Boolean getAllVersion) |
void |
setPrimaryJobData(Boolean primaryJobData) |
public BatchGetEmployeesJobDataReqBody()
public BatchGetEmployeesJobDataReqBody(BatchGetEmployeesJobDataReqBody.Builder builder)
public static BatchGetEmployeesJobDataReqBody.Builder newBuilder()
public String[] getEmploymentIds()
public void setEmploymentIds(String[] employmentIds)
public Boolean getGetAllVersion()
public void setGetAllVersion(Boolean getAllVersion)
public String getEffectiveDateStart()
public void setEffectiveDateStart(String effectiveDateStart)
public String getEffectiveDateEnd()
public void setEffectiveDateEnd(String effectiveDateEnd)
public String getDataDate()
public void setDataDate(String dataDate)
public Boolean getPrimaryJobData()
public void setPrimaryJobData(Boolean primaryJobData)
public String[] getAssignmentStartReasons()
public void setAssignmentStartReasons(String[] assignmentStartReasons)
Copyright © 2025. All rights reserved.