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