public class TalentSchemaObject extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TalentSchemaObject.Builder |
| 构造器和说明 |
|---|
TalentSchemaObject() |
TalentSchemaObject(TalentSchemaObject.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getActiveStatus() |
TalentSchemaChildObject[] |
getChildren() |
String |
getId() |
Boolean |
getIsCustomized() |
I18n |
getName() |
TalentSchemaOption[] |
getOptionList() |
static TalentSchemaObject.Builder |
newBuilder() |
void |
setActiveStatus(Integer activeStatus) |
void |
setChildren(TalentSchemaChildObject[] children) |
void |
setId(String id) |
void |
setIsCustomized(Boolean isCustomized) |
void |
setName(I18n name) |
void |
setOptionList(TalentSchemaOption[] optionList) |
public TalentSchemaObject()
public TalentSchemaObject(TalentSchemaObject.Builder builder)
public static TalentSchemaObject.Builder newBuilder()
public String getId()
public void setId(String id)
public Integer getActiveStatus()
public void setActiveStatus(Integer activeStatus)
public Boolean getIsCustomized()
public void setIsCustomized(Boolean isCustomized)
public I18n getName()
public void setName(I18n name)
public TalentSchemaOption[] getOptionList()
public void setOptionList(TalentSchemaOption[] optionList)
public TalentSchemaChildObject[] getChildren()
public void setChildren(TalentSchemaChildObject[] children)
Copyright © 2022. All rights reserved.