public class TalentSelfEvaluation extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TalentSelfEvaluation.Builder |
| 构造器和说明 |
|---|
TalentSelfEvaluation() |
TalentSelfEvaluation(TalentSelfEvaluation.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
TalentCustomizedDataObjectValue[] |
getCustomizedData() |
String |
getId() |
static TalentSelfEvaluation.Builder |
newBuilder() |
void |
setContent(String content) |
void |
setCustomizedData(TalentCustomizedDataObjectValue[] customizedData) |
void |
setId(String id) |
public TalentSelfEvaluation()
public TalentSelfEvaluation(TalentSelfEvaluation.Builder builder)
public static TalentSelfEvaluation.Builder newBuilder()
public String getId()
public void setId(String id)
public String getContent()
public void setContent(String content)
public TalentCustomizedDataObjectValue[] getCustomizedData()
public void setCustomizedData(TalentCustomizedDataObjectValue[] customizedData)
Copyright © 2025. All rights reserved.