public class CreateApplicationReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateApplicationReqBody.Builder |
| 构造器和说明 |
|---|
CreateApplicationReqBody() |
CreateApplicationReqBody(CreateApplicationReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getApplicationPreferredCityCodeList() |
Integer |
getDeliveryType() |
String |
getJobId() |
String |
getResumeSourceId() |
String |
getTalentId() |
String |
getUserId() |
static CreateApplicationReqBody.Builder |
newBuilder() |
void |
setApplicationPreferredCityCodeList(String[] applicationPreferredCityCodeList) |
void |
setDeliveryType(Integer deliveryType) |
void |
setJobId(String jobId) |
void |
setResumeSourceId(String resumeSourceId) |
void |
setTalentId(String talentId) |
void |
setUserId(String userId) |
public CreateApplicationReqBody()
public CreateApplicationReqBody(CreateApplicationReqBody.Builder builder)
public static CreateApplicationReqBody.Builder newBuilder()
public String getTalentId()
public void setTalentId(String talentId)
public String getJobId()
public void setJobId(String jobId)
public String getUserId()
public void setUserId(String userId)
public String getResumeSourceId()
public void setResumeSourceId(String resumeSourceId)
public String[] getApplicationPreferredCityCodeList()
public void setApplicationPreferredCityCodeList(String[] applicationPreferredCityCodeList)
public Integer getDeliveryType()
public void setDeliveryType(Integer deliveryType)
Copyright © 2025. All rights reserved.