public class TalentEducationInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TalentEducationInfo.Builder |
| 构造器和说明 |
|---|
TalentEducationInfo() |
TalentEducationInfo(TalentEducationInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getAcademicRanking() |
TalentCustomizedDataChild[] |
getCustomizedDataList() |
Integer |
getDegree() |
Integer |
getEducationType() |
String |
getEndTime() |
String |
getEndTimeV2() |
String |
getFieldOfStudy() |
String |
getId() |
String |
getSchool() |
String |
getStartTime() |
Integer[] |
getTagList() |
static TalentEducationInfo.Builder |
newBuilder() |
void |
setAcademicRanking(Integer academicRanking) |
void |
setCustomizedDataList(TalentCustomizedDataChild[] customizedDataList) |
void |
setDegree(Integer degree) |
void |
setEducationType(Integer educationType) |
void |
setEndTime(String endTime) |
void |
setEndTimeV2(String endTimeV2) |
void |
setFieldOfStudy(String fieldOfStudy) |
void |
setId(String id) |
void |
setSchool(String school) |
void |
setStartTime(String startTime) |
void |
setTagList(Integer[] tagList) |
public TalentEducationInfo()
public TalentEducationInfo(TalentEducationInfo.Builder builder)
public String getId()
public void setId(String id)
public Integer getDegree()
public void setDegree(Integer degree)
public String getSchool()
public void setSchool(String school)
public String getFieldOfStudy()
public void setFieldOfStudy(String fieldOfStudy)
public String getStartTime()
public void setStartTime(String startTime)
public String getEndTime()
public void setEndTime(String endTime)
public String getEndTimeV2()
public void setEndTimeV2(String endTimeV2)
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 TalentEducationInfo.Builder newBuilder()
Copyright © 2025. All rights reserved.