public class TalentTag extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TalentTag.Builder |
| 构造器和说明 |
|---|
TalentTag() |
TalentTag(TalentTag.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getActiveStatus() |
I18n |
getDescription() |
String |
getId() |
I18n |
getName() |
Integer |
getType() |
static TalentTag.Builder |
newBuilder() |
void |
setActiveStatus(Integer activeStatus) |
void |
setDescription(I18n description) |
void |
setId(String id) |
void |
setName(I18n name) |
void |
setType(Integer type) |
public TalentTag()
public TalentTag(TalentTag.Builder builder)
public static TalentTag.Builder newBuilder()
public String getId()
public void setId(String id)
public I18n getName()
public void setName(I18n name)
public I18n getDescription()
public void setDescription(I18n description)
public Integer getType()
public void setType(Integer type)
public Integer getActiveStatus()
public void setActiveStatus(Integer activeStatus)
Copyright © 2025. All rights reserved.