public class WebsiteDeliveryAttachment extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WebsiteDeliveryAttachment.Builder |
| 构造器和说明 |
|---|
WebsiteDeliveryAttachment() |
WebsiteDeliveryAttachment(WebsiteDeliveryAttachment.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getApplicationPreferredCityCodeList() |
String |
getChannelId() |
String |
getEmail() |
WebsiteDeliveryAttachmentIndentification |
getIdentification() |
String |
getJobPostId() |
String |
getMobile() |
String |
getMobileCountryCode() |
String |
getResumeFileId() |
String |
getUserId() |
static WebsiteDeliveryAttachment.Builder |
newBuilder() |
void |
setApplicationPreferredCityCodeList(String[] applicationPreferredCityCodeList) |
void |
setChannelId(String channelId) |
void |
setEmail(String email) |
void |
setIdentification(WebsiteDeliveryAttachmentIndentification identification) |
void |
setJobPostId(String jobPostId) |
void |
setMobile(String mobile) |
void |
setMobileCountryCode(String mobileCountryCode) |
void |
setResumeFileId(String resumeFileId) |
void |
setUserId(String userId) |
public WebsiteDeliveryAttachment()
public WebsiteDeliveryAttachment(WebsiteDeliveryAttachment.Builder builder)
public String getJobPostId()
public void setJobPostId(String jobPostId)
public String getUserId()
public void setUserId(String userId)
public String getResumeFileId()
public void setResumeFileId(String resumeFileId)
public String getChannelId()
public void setChannelId(String channelId)
public String[] getApplicationPreferredCityCodeList()
public void setApplicationPreferredCityCodeList(String[] applicationPreferredCityCodeList)
public String getMobileCountryCode()
public void setMobileCountryCode(String mobileCountryCode)
public String getMobile()
public void setMobile(String mobile)
public String getEmail()
public void setEmail(String email)
public WebsiteDeliveryAttachmentIndentification getIdentification()
public void setIdentification(WebsiteDeliveryAttachmentIndentification identification)
public static WebsiteDeliveryAttachment.Builder newBuilder()
Copyright © 2025. All rights reserved.