public class TalentCustomizedValue extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TalentCustomizedValue.Builder |
| 构造器和说明 |
|---|
TalentCustomizedValue() |
TalentCustomizedValue(TalentCustomizedValue.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
TalentCustomizedAttachment[] |
getCustomizedAttachment() |
String |
getNumber() |
TalentCustomizedOption |
getOption() |
TalentCustomizedOption[] |
getOptionList() |
String |
getTime() |
TalentCustomizedTimeRange |
getTimeRange() |
static TalentCustomizedValue.Builder |
newBuilder() |
void |
setContent(String content) |
void |
setCustomizedAttachment(TalentCustomizedAttachment[] customizedAttachment) |
void |
setNumber(String number) |
void |
setOption(TalentCustomizedOption option) |
void |
setOptionList(TalentCustomizedOption[] optionList) |
void |
setTime(String time) |
void |
setTimeRange(TalentCustomizedTimeRange timeRange) |
public TalentCustomizedValue()
public TalentCustomizedValue(TalentCustomizedValue.Builder builder)
public static TalentCustomizedValue.Builder newBuilder()
public String getContent()
public void setContent(String content)
public TalentCustomizedOption getOption()
public void setOption(TalentCustomizedOption option)
public TalentCustomizedOption[] getOptionList()
public void setOptionList(TalentCustomizedOption[] optionList)
public TalentCustomizedTimeRange getTimeRange()
public void setTimeRange(TalentCustomizedTimeRange timeRange)
public String getTime()
public void setTime(String time)
public String getNumber()
public void setNumber(String number)
public TalentCustomizedAttachment[] getCustomizedAttachment()
public void setCustomizedAttachment(TalentCustomizedAttachment[] customizedAttachment)
Copyright © 2025. All rights reserved.