public class BatchGetIdTalentReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchGetIdTalentReqBody.Builder |
| 构造器和说明 |
|---|
BatchGetIdTalentReqBody() |
BatchGetIdTalentReqBody(BatchGetIdTalentReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getEmailList() |
String[] |
getIdentificationNumberList() |
Integer |
getIdentificationType() |
String |
getMobileCode() |
String[] |
getMobileNumberList() |
static BatchGetIdTalentReqBody.Builder |
newBuilder() |
void |
setEmailList(String[] emailList) |
void |
setIdentificationNumberList(String[] identificationNumberList) |
void |
setIdentificationType(Integer identificationType) |
void |
setMobileCode(String mobileCode) |
void |
setMobileNumberList(String[] mobileNumberList) |
public BatchGetIdTalentReqBody()
public BatchGetIdTalentReqBody(BatchGetIdTalentReqBody.Builder builder)
public static BatchGetIdTalentReqBody.Builder newBuilder()
public String getMobileCode()
public void setMobileCode(String mobileCode)
public String[] getMobileNumberList()
public void setMobileNumberList(String[] mobileNumberList)
public String[] getEmailList()
public void setEmailList(String[] emailList)
public Integer getIdentificationType()
public void setIdentificationType(Integer identificationType)
public String[] getIdentificationNumberList()
public void setIdentificationNumberList(String[] identificationNumberList)
Copyright © 2024. All rights reserved.