public class TalentIdentificationInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TalentIdentificationInfo.Builder |
| 构造器和说明 |
|---|
TalentIdentificationInfo() |
TalentIdentificationInfo(TalentIdentificationInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getIdentificationNumber() |
Integer |
getIdentificationType() |
static TalentIdentificationInfo.Builder |
newBuilder() |
void |
setIdentificationNumber(String identificationNumber) |
void |
setIdentificationType(Integer identificationType) |
public TalentIdentificationInfo()
public TalentIdentificationInfo(TalentIdentificationInfo.Builder builder)
public static TalentIdentificationInfo.Builder newBuilder()
public Integer getIdentificationType()
public void setIdentificationType(Integer identificationType)
public String getIdentificationNumber()
public void setIdentificationNumber(String identificationNumber)
Copyright © 2022. All rights reserved.