public static class TalentInternshipInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
TalentInternshipInfo |
build() |
TalentInternshipInfo.Builder |
company(String company)
公司
示例值:小米
|
TalentInternshipInfo.Builder |
desc(String desc)
描述
示例值:研发部实习
|
TalentInternshipInfo.Builder |
endTime(Long endTime)
结束时间
示例值:1618500278638
|
TalentInternshipInfo.Builder |
id(String id)
ID
示例值:6986199832494934316
|
TalentInternshipInfo.Builder |
startTime(Long startTime)
开始时间
示例值:1618500278639
|
TalentInternshipInfo.Builder |
tagList(Integer[] tagList)
标记, 只会出现学校部分
示例值:[1, 2, 3]
|
TalentInternshipInfo.Builder |
title(String title)
职称
示例值:高级工程师
|
public TalentInternshipInfo.Builder id(String id)
示例值:6986199832494934316
id - public TalentInternshipInfo.Builder company(String company)
示例值:小米
company - public TalentInternshipInfo.Builder desc(String desc)
示例值:研发部实习
desc - public TalentInternshipInfo.Builder endTime(Long endTime)
示例值:1618500278638
endTime - public TalentInternshipInfo.Builder startTime(Long startTime)
示例值:1618500278639
startTime - public TalentInternshipInfo.Builder title(String title)
示例值:高级工程师
title - public TalentInternshipInfo.Builder tagList(Integer[] tagList)
示例值:[1, 2, 3]
tagList - public TalentInternshipInfo build()
Copyright © 2025. All rights reserved.