类 WebsiteDeliveryAttachment

java.lang.Object
com.lark.oapi.service.hire.v1.model.WebsiteDeliveryAttachment

public class WebsiteDeliveryAttachment extends Object
  • 构造器详细资料

    • WebsiteDeliveryAttachment

      public WebsiteDeliveryAttachment()
    • WebsiteDeliveryAttachment

      public WebsiteDeliveryAttachment(WebsiteDeliveryAttachment.Builder builder)
  • 方法详细资料

    • newBuilder

      public static WebsiteDeliveryAttachment.Builder newBuilder()
    • getJobPostId

      public String getJobPostId()
    • setJobPostId

      public void setJobPostId(String jobPostId)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getResumeFileId

      public String getResumeFileId()
    • setResumeFileId

      public void setResumeFileId(String resumeFileId)
    • getChannelId

      public String getChannelId()
    • setChannelId

      public void setChannelId(String channelId)
    • getApplicationPreferredCityCodeList

      public String[] getApplicationPreferredCityCodeList()
    • setApplicationPreferredCityCodeList

      public void setApplicationPreferredCityCodeList(String[] applicationPreferredCityCodeList)
    • getMobileCountryCode

      public String getMobileCountryCode()
    • setMobileCountryCode

      public void setMobileCountryCode(String mobileCountryCode)
    • getMobile

      public String getMobile()
    • setMobile

      public void setMobile(String mobile)
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getIdentification

      public WebsiteDeliveryAttachmentIndentification getIdentification()
    • setIdentification

      public void setIdentification(WebsiteDeliveryAttachmentIndentification identification)