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