public static class EducationInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
EducationInfo.Builder |
academicRanking(Integer academicRanking)
排名
示例值:1
|
EducationInfo |
build() |
EducationInfo.Builder |
degree(Integer degree)
学历
示例值:1
|
EducationInfo.Builder |
educationType(Integer educationType)
学历类型
示例值:1
|
EducationInfo.Builder |
endTime(Long endTime)
结束时间
示例值:1735664461000
|
EducationInfo.Builder |
fieldOfStudy(String fieldOfStudy)
专业
示例值:xx专业
|
EducationInfo.Builder |
school(String school)
学校
示例值:xx学校
|
EducationInfo.Builder |
startTime(Long startTime)
开始时间
示例值:1735664461000
|
public EducationInfo.Builder degree(Integer degree)
示例值:1
degree - public EducationInfo.Builder endTime(Long endTime)
示例值:1735664461000
endTime - public EducationInfo.Builder fieldOfStudy(String fieldOfStudy)
示例值:xx专业
fieldOfStudy - public EducationInfo.Builder school(String school)
示例值:xx学校
school - public EducationInfo.Builder startTime(Long startTime)
示例值:1735664461000
startTime - public EducationInfo.Builder educationType(Integer educationType)
示例值:1
educationType - public EducationInfo.Builder academicRanking(Integer academicRanking)
示例值:1
academicRanking - public EducationInfo build()
Copyright © 2025. All rights reserved.