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