public class BatchGetEmployeesJobDataReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchGetEmployeesJobDataReqBody.Builder |
| 构造器和说明 |
|---|
BatchGetEmployeesJobDataReqBody() |
BatchGetEmployeesJobDataReqBody(BatchGetEmployeesJobDataReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDataDate() |
String |
getEffectiveDateEnd() |
String |
getEffectiveDateStart() |
String[] |
getEmploymentIds() |
Boolean |
getGetAllVersion() |
static BatchGetEmployeesJobDataReqBody.Builder |
newBuilder() |
void |
setDataDate(String dataDate) |
void |
setEffectiveDateEnd(String effectiveDateEnd) |
void |
setEffectiveDateStart(String effectiveDateStart) |
void |
setEmploymentIds(String[] employmentIds) |
void |
setGetAllVersion(Boolean getAllVersion) |
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)
Copyright © 2024. All rights reserved.