public class GetJobReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetJobReq.Builder |
| 构造器和说明 |
|---|
GetJobReq() |
GetJobReq(GetJobReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDepartmentIdType() |
String |
getJobFamilyIdType() |
String |
getJobId() |
String |
getJobLevelIdType() |
String |
getUserIdType() |
static GetJobReq.Builder |
newBuilder() |
void |
setDepartmentIdType(String departmentIdType) |
void |
setJobFamilyIdType(String jobFamilyIdType) |
void |
setJobId(String jobId) |
void |
setJobLevelIdType(String jobLevelIdType) |
void |
setUserIdType(String userIdType) |
public GetJobReq()
public GetJobReq(GetJobReq.Builder builder)
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 getJobId()
public void setJobId(String jobId)
public static GetJobReq.Builder newBuilder()
Copyright © 2025. All rights reserved.