public class Mobile3MetaDetailStandardVerifyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
identifyNum
ID number:
When
paramType is normal: Input the plain text of the ID number. |
String |
mobile
Phone number:
When
paramType is normal: Input the plain text of the phone number. |
String |
paramType
Parameter type:
normal: Unencrypted.
|
String |
userName
Name:
When
paramType is normal: Input the plain text of the name. |
| 构造器和说明 |
|---|
Mobile3MetaDetailStandardVerifyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Mobile3MetaDetailStandardVerifyRequest |
build(Map<String,?> map) |
String |
getIdentifyNum() |
String |
getMobile() |
String |
getParamType() |
String |
getUserName() |
Mobile3MetaDetailStandardVerifyRequest |
setIdentifyNum(String identifyNum) |
Mobile3MetaDetailStandardVerifyRequest |
setMobile(String mobile) |
Mobile3MetaDetailStandardVerifyRequest |
setParamType(String paramType) |
Mobile3MetaDetailStandardVerifyRequest |
setUserName(String userName) |
@NameInMap(value="IdentifyNum") public String identifyNum
ID number:
paramType is normal: Input the plain text of the ID number.paramType is md5: Input the encrypted text of the ID number.429001********8211
@NameInMap(value="Mobile") public String mobile
Phone number:
paramType is normal: Input the plain text of the phone number.paramType is md5: Input the encrypted text of the phone number.138********
@NameInMap(value="ParamType") public String paramType
Parameter type:
normal
@NameInMap(value="UserName") public String userName
Name:
paramType is normal: Input the plain text of the name.paramType is md5: Input the encrypted text of the name.张*
public static Mobile3MetaDetailStandardVerifyRequest build(Map<String,?> map) throws Exception
Exceptionpublic Mobile3MetaDetailStandardVerifyRequest setIdentifyNum(String identifyNum)
public String getIdentifyNum()
public Mobile3MetaDetailStandardVerifyRequest setMobile(String mobile)
public String getMobile()
public Mobile3MetaDetailStandardVerifyRequest setParamType(String paramType)
public String getParamType()
public Mobile3MetaDetailStandardVerifyRequest setUserName(String userName)
public String getUserName()
Copyright © 2025. All rights reserved.