public class CompositeTalentWorksInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CompositeTalentWorksInfo.Builder |
| 构造器和说明 |
|---|
CompositeTalentWorksInfo() |
CompositeTalentWorksInfo(CompositeTalentWorksInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
TalentCustomizedDataChild[] |
getCustomizedDataList() |
String |
getDescription() |
String |
getId() |
String |
getLink() |
static CompositeTalentWorksInfo.Builder |
newBuilder() |
void |
setCustomizedDataList(TalentCustomizedDataChild[] customizedDataList) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setLink(String link) |
public CompositeTalentWorksInfo()
public CompositeTalentWorksInfo(CompositeTalentWorksInfo.Builder builder)
public String getId()
public void setId(String id)
public String getLink()
public void setLink(String link)
public String getDescription()
public void setDescription(String description)
public TalentCustomizedDataChild[] getCustomizedDataList()
public void setCustomizedDataList(TalentCustomizedDataChild[] customizedDataList)
public static CompositeTalentWorksInfo.Builder newBuilder()
Copyright © 2025. All rights reserved.