public class CompositeTalentEducationInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CompositeTalentEducationInfo.Builder |
| 构造器和说明 |
|---|
CompositeTalentEducationInfo() |
CompositeTalentEducationInfo(CompositeTalentEducationInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getAcademicRanking() |
TalentCustomizedDataChild[] |
getCustomizedDataList() |
Integer |
getDegree() |
Integer |
getEducationType() |
String |
getEndTime() |
String |
getMajor() |
String |
getSchoolName() |
String |
getStartTime() |
Integer[] |
getTagList() |
static CompositeTalentEducationInfo.Builder |
newBuilder() |
void |
setAcademicRanking(Integer academicRanking) |
void |
setCustomizedDataList(TalentCustomizedDataChild[] customizedDataList) |
void |
setDegree(Integer degree) |
void |
setEducationType(Integer educationType) |
void |
setEndTime(String endTime) |
void |
setMajor(String major) |
void |
setSchoolName(String schoolName) |
void |
setStartTime(String startTime) |
void |
setTagList(Integer[] tagList) |
public CompositeTalentEducationInfo()
public CompositeTalentEducationInfo(CompositeTalentEducationInfo.Builder builder)
public Integer getDegree()
public void setDegree(Integer degree)
public String getSchoolName()
public void setSchoolName(String schoolName)
public String getMajor()
public void setMajor(String major)
public String getStartTime()
public void setStartTime(String startTime)
public String getEndTime()
public void setEndTime(String endTime)
public Integer getEducationType()
public void setEducationType(Integer educationType)
public Integer getAcademicRanking()
public void setAcademicRanking(Integer academicRanking)
public Integer[] getTagList()
public void setTagList(Integer[] tagList)
public TalentCustomizedDataChild[] getCustomizedDataList()
public void setCustomizedDataList(TalentCustomizedDataChild[] customizedDataList)
public static CompositeTalentEducationInfo.Builder newBuilder()
Copyright © 2025. All rights reserved.