public class AppliOfferOnboardProfile extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppliOfferOnboardProfile.Builder |
| 构造器和说明 |
|---|
AppliOfferOnboardProfile() |
AppliOfferOnboardProfile(AppliOfferOnboardProfile.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getContractYear() |
Department |
getDepartment() |
Boolean |
getIsWorkAddressSameToOnboard() |
AppliOfferBasicInfoUser |
getLeader() |
Level |
getLevel() |
String |
getOfferId() |
AppliOfferOnboardProfileAdd |
getOnboardAddress() |
Long |
getProbationMonth() |
RecruitmentType |
getRecruitmentType() |
Sequence |
getSequence() |
AppliOfferOnboardProfileAdd |
getWorkAddress() |
static AppliOfferOnboardProfile.Builder |
newBuilder() |
void |
setContractYear(Long contractYear) |
void |
setDepartment(Department department) |
void |
setIsWorkAddressSameToOnboard(Boolean isWorkAddressSameToOnboard) |
void |
setLeader(AppliOfferBasicInfoUser leader) |
void |
setLevel(Level level) |
void |
setOfferId(String offerId) |
void |
setOnboardAddress(AppliOfferOnboardProfileAdd onboardAddress) |
void |
setProbationMonth(Long probationMonth) |
void |
setRecruitmentType(RecruitmentType recruitmentType) |
void |
setSequence(Sequence sequence) |
void |
setWorkAddress(AppliOfferOnboardProfileAdd workAddress) |
public AppliOfferOnboardProfile()
public AppliOfferOnboardProfile(AppliOfferOnboardProfile.Builder builder)
public static AppliOfferOnboardProfile.Builder newBuilder()
public String getOfferId()
public void setOfferId(String offerId)
public Department getDepartment()
public void setDepartment(Department department)
public RecruitmentType getRecruitmentType()
public void setRecruitmentType(RecruitmentType recruitmentType)
public Sequence getSequence()
public void setSequence(Sequence sequence)
public Level getLevel()
public void setLevel(Level level)
public AppliOfferOnboardProfileAdd getOnboardAddress()
public void setOnboardAddress(AppliOfferOnboardProfileAdd onboardAddress)
public AppliOfferOnboardProfileAdd getWorkAddress()
public void setWorkAddress(AppliOfferOnboardProfileAdd workAddress)
public AppliOfferBasicInfoUser getLeader()
public void setLeader(AppliOfferBasicInfoUser leader)
public Boolean getIsWorkAddressSameToOnboard()
public void setIsWorkAddressSameToOnboard(Boolean isWorkAddressSameToOnboard)
public Long getProbationMonth()
public void setProbationMonth(Long probationMonth)
public Long getContractYear()
public void setContractYear(Long contractYear)
Copyright © 2025. All rights reserved.