public class TalentPool extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TalentPool.Builder |
| 构造器和说明 |
|---|
TalentPool() |
TalentPool(TalentPool.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddTime() |
I18n |
getDescription() |
String |
getId() |
I18n |
getName() |
static TalentPool.Builder |
newBuilder() |
void |
setAddTime(String addTime) |
void |
setDescription(I18n description) |
void |
setId(String id) |
void |
setName(I18n name) |
public TalentPool()
public TalentPool(TalentPool.Builder builder)
public static TalentPool.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 String getAddTime()
public void setAddTime(String addTime)
Copyright © 2025. All rights reserved.