public class GetDetailApplicationReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetDetailApplicationReq.Builder |
| 构造器和说明 |
|---|
GetDetailApplicationReq() |
GetDetailApplicationReq(GetDetailApplicationReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApplicationId() |
String |
getDepartmentIdType() |
String |
getEmployeeTypeIdType() |
String |
getJobFamilyIdType() |
String |
getJobLevelIdType() |
String[] |
getOptions() |
String |
getUserIdType() |
static GetDetailApplicationReq.Builder |
newBuilder() |
void |
setApplicationId(String applicationId) |
void |
setDepartmentIdType(String departmentIdType) |
void |
setEmployeeTypeIdType(String employeeTypeIdType) |
void |
setJobFamilyIdType(String jobFamilyIdType) |
void |
setJobLevelIdType(String jobLevelIdType) |
void |
setOptions(String[] options) |
void |
setUserIdType(String userIdType) |
public GetDetailApplicationReq()
public GetDetailApplicationReq(GetDetailApplicationReq.Builder builder)
public static GetDetailApplicationReq.Builder newBuilder()
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getDepartmentIdType()
public void setDepartmentIdType(String departmentIdType)
public String getJobLevelIdType()
public void setJobLevelIdType(String jobLevelIdType)
public String getJobFamilyIdType()
public void setJobFamilyIdType(String jobFamilyIdType)
public String getEmployeeTypeIdType()
public void setEmployeeTypeIdType(String employeeTypeIdType)
public String[] getOptions()
public void setOptions(String[] options)
public String getApplicationId()
public void setApplicationId(String applicationId)
Copyright © 2025. All rights reserved.