public static class TalentEducationInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
TalentEducationInfo.Builder |
academicRanking(Integer academicRanking)
成绩排名
示例值:5
|
TalentEducationInfo |
build() |
TalentEducationInfo.Builder |
customizedDataList(TalentCustomizedDataChild[] customizedDataList)
自定义字段
示例值:
|
TalentEducationInfo.Builder |
degree(Integer degree)
学位
示例值:1
|
TalentEducationInfo.Builder |
educationType(Integer educationType)
学历类型
示例值:1
|
TalentEducationInfo.Builder |
endTime(String endTime)
结束时间
示例值:1994-01
|
TalentEducationInfo.Builder |
fieldOfStudy(String fieldOfStudy)
专业
示例值:考古
|
TalentEducationInfo.Builder |
id(String id)
ID
示例值:6891560630172518670
|
TalentEducationInfo.Builder |
school(String school)
学校
示例值:湘港大学
|
TalentEducationInfo.Builder |
startTime(String startTime)
开始时间
示例值:1990-01
|
TalentEducationInfo.Builder |
tagList(Integer[] tagList)
教育经历标签
示例值:
|
public TalentEducationInfo.Builder id(String id)
示例值:6891560630172518670
id - public TalentEducationInfo.Builder degree(Integer degree)
示例值:1
degree - public TalentEducationInfo.Builder school(String school)
示例值:湘港大学
school - public TalentEducationInfo.Builder fieldOfStudy(String fieldOfStudy)
示例值:考古
fieldOfStudy - public TalentEducationInfo.Builder startTime(String startTime)
示例值:1990-01
startTime - public TalentEducationInfo.Builder endTime(String endTime)
示例值:1994-01
endTime - public TalentEducationInfo.Builder educationType(Integer educationType)
示例值:1
educationType - public TalentEducationInfo.Builder academicRanking(Integer academicRanking)
示例值:5
academicRanking - public TalentEducationInfo.Builder tagList(Integer[] tagList)
示例值:
tagList - public TalentEducationInfo.Builder customizedDataList(TalentCustomizedDataChild[] customizedDataList)
示例值:
customizedDataList - public TalentEducationInfo build()
Copyright © 2024. All rights reserved.