public class CompositeTalentCareerInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CompositeTalentCareerInfo.Builder |
| 构造器和说明 |
|---|
CompositeTalentCareerInfo() |
CompositeTalentCareerInfo(CompositeTalentCareerInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCompanyName() |
TalentCustomizedDataChild[] |
getCustomizedDataList() |
String |
getDescription() |
String |
getEndTime() |
String |
getStartTime() |
String |
getTitle() |
static CompositeTalentCareerInfo.Builder |
newBuilder() |
void |
setCompanyName(String companyName) |
void |
setCustomizedDataList(TalentCustomizedDataChild[] customizedDataList) |
void |
setDescription(String description) |
void |
setEndTime(String endTime) |
void |
setStartTime(String startTime) |
void |
setTitle(String title) |
public CompositeTalentCareerInfo()
public CompositeTalentCareerInfo(CompositeTalentCareerInfo.Builder builder)
public static CompositeTalentCareerInfo.Builder newBuilder()
public String getCompanyName()
public void setCompanyName(String companyName)
public String getDescription()
public void setDescription(String description)
public String getEndTime()
public void setEndTime(String endTime)
public String getStartTime()
public void setStartTime(String startTime)
public String getTitle()
public void setTitle(String title)
public TalentCustomizedDataChild[] getCustomizedDataList()
public void setCustomizedDataList(TalentCustomizedDataChild[] customizedDataList)
Copyright © 2025. All rights reserved.