public static class InternshipInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
InternshipInfo |
build() |
InternshipInfo.Builder |
careerType(Integer careerType)
类型
示例值:1
|
InternshipInfo.Builder |
company(String company)
公司
示例值:xx公司
|
InternshipInfo.Builder |
desc(String desc)
描述
示例值:描述
|
InternshipInfo.Builder |
endTime(Long endTime)
结束时间
示例值:1735664461000
|
InternshipInfo.Builder |
startTime(Long startTime)
开始时间
示例值:1735664461000
|
InternshipInfo.Builder |
title(String title)
职称
示例值:xx职称
|
public InternshipInfo.Builder careerType(Integer careerType)
示例值:1
careerType - public InternshipInfo.Builder company(String company)
示例值:xx公司
company - public InternshipInfo.Builder desc(String desc)
示例值:描述
desc - public InternshipInfo.Builder endTime(Long endTime)
示例值:1735664461000
endTime - public InternshipInfo.Builder startTime(Long startTime)
示例值:1735664461000
startTime - public InternshipInfo.Builder title(String title)
示例值:xx职称
title - public InternshipInfo build()
Copyright © 2025. All rights reserved.