public class Mobile3MetaSimpleVerifyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
identifyNum
ID number:
Note
Only supports the ID numbers of second-generation resident IDs and Hong Kong, Macao, and Taiwan residence permits.
|
String |
mobile
Mobile phone number:
When paramType is normal: enter the plaintext mobile phone number.
|
String |
paramType
Encryption method:
normal: plaintext, not encrypted
md5: MD5 encryption
example:
normal
|
String |
userName
Name:
When paramType is normal: enter the plaintext name.
|
| 构造器和说明 |
|---|
Mobile3MetaSimpleVerifyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Mobile3MetaSimpleVerifyRequest |
build(Map<String,?> map) |
String |
getIdentifyNum() |
String |
getMobile() |
String |
getParamType() |
String |
getUserName() |
Mobile3MetaSimpleVerifyRequest |
setIdentifyNum(String identifyNum) |
Mobile3MetaSimpleVerifyRequest |
setMobile(String mobile) |
Mobile3MetaSimpleVerifyRequest |
setParamType(String paramType) |
Mobile3MetaSimpleVerifyRequest |
setUserName(String userName) |
@NameInMap(value="IdentifyNum") public String identifyNum
ID number:
Note Only supports the ID numbers of second-generation resident IDs and Hong Kong, Macao, and Taiwan residence permits.
When paramType is normal: enter the plaintext ID number.
When paramType is md5: enter the encrypted ID number.
明文:429001********8211
密文:
32fa7bcd874161bea8ec8fd98f390ec9
@NameInMap(value="Mobile") public String mobile
Mobile phone number:
When paramType is normal: enter the plaintext mobile phone number.
When paramType is md5: enter the encrypted mobile phone number.
明文:186****2055
密文:
849169cd3b20621c1c78bd61a11a4fc2
@NameInMap(value="ParamType") public String paramType
Encryption method:
normal: plaintext, not encrypted
md5: MD5 encryption
normal
@NameInMap(value="UserName") public String userName
Name:
When paramType is normal: enter the plaintext name.
When paramType is md5: enter the encrypted name.
明文:张三
密文:
32fa7bcd874161bea8ec8fd98f390ec9
public static Mobile3MetaSimpleVerifyRequest build(Map<String,?> map) throws Exception
Exceptionpublic Mobile3MetaSimpleVerifyRequest setIdentifyNum(String identifyNum)
public String getIdentifyNum()
public Mobile3MetaSimpleVerifyRequest setMobile(String mobile)
public String getMobile()
public Mobile3MetaSimpleVerifyRequest setParamType(String paramType)
public String getParamType()
public Mobile3MetaSimpleVerifyRequest setUserName(String userName)
public String getUserName()
Copyright © 2025. All rights reserved.