public class Talent extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Talent.Builder |
| 构造器和说明 |
|---|
Talent() |
Talent(Talent.Builder builder) |
public Talent()
public Talent(Talent.Builder builder)
public static Talent.Builder newBuilder()
public String getId()
public void setId(String id)
public Boolean getIsInAgencyPeriod()
public void setIsInAgencyPeriod(Boolean isInAgencyPeriod)
public Boolean getIsOnboarded()
public void setIsOnboarded(Boolean isOnboarded)
public TalentBasicInfo getBasicInfo()
public void setBasicInfo(TalentBasicInfo basicInfo)
public TalentEducationInfo[] getEducationList()
public void setEducationList(TalentEducationInfo[] educationList)
public TalentCareerInfo[] getCareerList()
public void setCareerList(TalentCareerInfo[] careerList)
public TalentProjectInfo[] getProjectList()
public void setProjectList(TalentProjectInfo[] projectList)
public TalentWorksInfo[] getWorksList()
public void setWorksList(TalentWorksInfo[] worksList)
public TalentAwardInfo[] getAwardList()
public void setAwardList(TalentAwardInfo[] awardList)
public TalentLanguageInfo[] getLanguageList()
public void setLanguageList(TalentLanguageInfo[] languageList)
public TalentSnsInfo[] getSnsList()
public void setSnsList(TalentSnsInfo[] snsList)
public TalentResumeSource[] getResumeSourceList()
public void setResumeSourceList(TalentResumeSource[] resumeSourceList)
public TalentInterviewRegistrationSimple[] getInterviewRegistrationList()
public void setInterviewRegistrationList(TalentInterviewRegistrationSimple[] interviewRegistrationList)
public RegistrationBasicInfo[] getRegistrationList()
public void setRegistrationList(RegistrationBasicInfo[] registrationList)
public String[] getResumeAttachmentIdList()
public void setResumeAttachmentIdList(String[] resumeAttachmentIdList)
public TalentCustomizedData[] getCustomizedDataList()
public void setCustomizedDataList(TalentCustomizedData[] customizedDataList)
public Integer getTopDegree()
public void setTopDegree(Integer topDegree)
public Integer getFirstDegree()
public void setFirstDegree(Integer firstDegree)
Copyright © 2024. All rights reserved.