类 ApplicationOfferBasicInfo

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

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

    • ApplicationOfferBasicInfo

      public ApplicationOfferBasicInfo()
    • ApplicationOfferBasicInfo

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

    • newBuilder

      public static ApplicationOfferBasicInfo.Builder newBuilder()
    • getOfferType

      public Integer getOfferType()
    • setOfferType

      public void setOfferType(Integer offerType)
    • getRemark

      public String getRemark()
    • setRemark

      public void setRemark(String remark)
    • getExpireTime

      public Integer getExpireTime()
    • setExpireTime

      public void setExpireTime(Integer expireTime)
    • getOwnerUserId

      public String getOwnerUserId()
    • setOwnerUserId

      public void setOwnerUserId(String ownerUserId)
    • getCreatorUserId

      public String getCreatorUserId()
    • setCreatorUserId

      public void setCreatorUserId(String creatorUserId)
    • getEmployeeType

      public BaseBilingualWithId getEmployeeType()
    • setEmployeeType

      public void setEmployeeType(BaseBilingualWithId employeeType)
    • getCreateTime

      public String getCreateTime()
    • setCreateTime

      public void setCreateTime(String createTime)
    • getLeaderUserId

      public String getLeaderUserId()
    • setLeaderUserId

      public void setLeaderUserId(String leaderUserId)
    • getOnboardDate

      public String getOnboardDate()
    • setOnboardDate

      public void setOnboardDate(String onboardDate)
    • getDepartmentId

      public String getDepartmentId()
    • setDepartmentId

      public void setDepartmentId(String departmentId)
    • getProbationMonth

      public Integer getProbationMonth()
    • setProbationMonth

      public void setProbationMonth(Integer probationMonth)
    • getContractYear

      public Integer getContractYear()
    • setContractYear

      public void setContractYear(Integer contractYear)
    • getContractPeriod

      public ContractPeriodInfo getContractPeriod()
    • setContractPeriod

      public void setContractPeriod(ContractPeriodInfo contractPeriod)
    • getRecruitmentType

      public BaseBilingualWithId getRecruitmentType()
    • setRecruitmentType

      public void setRecruitmentType(BaseBilingualWithId recruitmentType)
    • getSequence

      public BaseBilingualWithId getSequence()
    • setSequence

      public void setSequence(BaseBilingualWithId sequence)
    • getLevel

      public BaseBilingualWithId getLevel()
    • setLevel

      public void setLevel(BaseBilingualWithId level)
    • getOnboardAddress

      public BaseAddress getOnboardAddress()
    • setOnboardAddress

      public void setOnboardAddress(BaseAddress onboardAddress)
    • getWorkAddress

      public BaseAddress getWorkAddress()
    • setWorkAddress

      public void setWorkAddress(BaseAddress workAddress)
    • getCustomizeInfoList

      public ApplicationOfferCustomValue[] getCustomizeInfoList()
    • setCustomizeInfoList

      public void setCustomizeInfoList(ApplicationOfferCustomValue[] customizeInfoList)
    • getWorkLocationAddressInfo

      public MasterLocationAddressInfo getWorkLocationAddressInfo()
    • setWorkLocationAddressInfo

      public void setWorkLocationAddressInfo(MasterLocationAddressInfo workLocationAddressInfo)