public class Mobile3MetaSimpleStandardVerifyRequest
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. |
| 构造器和说明 |
|---|
Mobile3MetaSimpleStandardVerifyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Mobile3MetaSimpleStandardVerifyRequest |
build(Map<String,?> map) |
String |
getIdentifyNum() |
String |
getMobile() |
String |
getParamType() |
String |
getUserName() |
Mobile3MetaSimpleStandardVerifyRequest |
setIdentifyNum(String identifyNum) |
Mobile3MetaSimpleStandardVerifyRequest |
setMobile(String mobile) |
Mobile3MetaSimpleStandardVerifyRequest |
setParamType(String paramType) |
Mobile3MetaSimpleStandardVerifyRequest |
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 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 phone number.130********
@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 name.张*
public static Mobile3MetaSimpleStandardVerifyRequest build(Map<String,?> map) throws Exception
Exceptionpublic Mobile3MetaSimpleStandardVerifyRequest setIdentifyNum(String identifyNum)
public String getIdentifyNum()
public Mobile3MetaSimpleStandardVerifyRequest setMobile(String mobile)
public String getMobile()
public Mobile3MetaSimpleStandardVerifyRequest setParamType(String paramType)
public String getParamType()
public Mobile3MetaSimpleStandardVerifyRequest setUserName(String userName)
public String getUserName()
Copyright © 2025. All rights reserved.