public class TalentBatchInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TalentBatchInfo.Builder |
| 构造器和说明 |
|---|
TalentBatchInfo() |
TalentBatchInfo(TalentBatchInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEmail() |
String |
getIdentificationNumber() |
Integer |
getIdentificationType() |
String |
getMobileCode() |
String |
getMobileNumber() |
String |
getTalentId() |
static TalentBatchInfo.Builder |
newBuilder() |
void |
setEmail(String email) |
void |
setIdentificationNumber(String identificationNumber) |
void |
setIdentificationType(Integer identificationType) |
void |
setMobileCode(String mobileCode) |
void |
setMobileNumber(String mobileNumber) |
void |
setTalentId(String talentId) |
public TalentBatchInfo()
public TalentBatchInfo(TalentBatchInfo.Builder builder)
public static TalentBatchInfo.Builder newBuilder()
public String getTalentId()
public void setTalentId(String talentId)
public String getMobileCode()
public void setMobileCode(String mobileCode)
public String getMobileNumber()
public void setMobileNumber(String mobileNumber)
public String getEmail()
public void setEmail(String email)
public Integer getIdentificationType()
public void setIdentificationType(Integer identificationType)
public String getIdentificationNumber()
public void setIdentificationNumber(String identificationNumber)
Copyright © 2024. All rights reserved.