public static class TalentProjectInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
TalentProjectInfo |
build() |
TalentProjectInfo.Builder |
customizedDataList(TalentCustomizedDataChild[] customizedDataList)
自定义字段
示例值:
|
TalentProjectInfo.Builder |
desc(String desc)
描述
示例值:test
|
TalentProjectInfo.Builder |
endTime(String endTime)
结束时间
示例值:1991-01
|
TalentProjectInfo.Builder |
id(String id)
ID
示例值:6891560630172518670
|
TalentProjectInfo.Builder |
link(String link)
项目链接
示例值:www.test.com
|
TalentProjectInfo.Builder |
name(String name)
项目名称
示例值:测试
|
TalentProjectInfo.Builder |
role(String role)
项目角色
示例值:test
|
TalentProjectInfo.Builder |
startTime(String startTime)
开始时间
示例值:1990-01
|
public TalentProjectInfo.Builder id(String id)
示例值:6891560630172518670
id - public TalentProjectInfo.Builder name(String name)
示例值:测试
name - public TalentProjectInfo.Builder role(String role)
示例值:test
role - public TalentProjectInfo.Builder link(String link)
示例值:www.test.com
link - public TalentProjectInfo.Builder desc(String desc)
示例值:test
desc - public TalentProjectInfo.Builder startTime(String startTime)
示例值:1990-01
startTime - public TalentProjectInfo.Builder endTime(String endTime)
示例值:1991-01
endTime - public TalentProjectInfo.Builder customizedDataList(TalentCustomizedDataChild[] customizedDataList)
示例值:
customizedDataList - public TalentProjectInfo build()
Copyright © 2025. All rights reserved.