public class Id2MetaStandardVerifyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
identifyNum
ID number:
When
paramType is normal: enter the plain text of the ID number. |
String |
paramType
Parameter type:
normal: unencrypted.
|
String |
userName
Name:
When
paramType is normal: enter the plain text of the name. |
| 构造器和说明 |
|---|
Id2MetaStandardVerifyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Id2MetaStandardVerifyRequest |
build(Map<String,?> map) |
String |
getIdentifyNum() |
String |
getParamType() |
String |
getUserName() |
Id2MetaStandardVerifyRequest |
setIdentifyNum(String identifyNum) |
Id2MetaStandardVerifyRequest |
setParamType(String paramType) |
Id2MetaStandardVerifyRequest |
setUserName(String userName) |
@NameInMap(value="IdentifyNum") public String identifyNum
ID number:
paramType is normal: enter the plain text of the ID number.paramType is md5:
The first 6 digits (plain text) + date of birth (encrypted) + last 4 digits (plain text).4****************1
@NameInMap(value="ParamType") public String paramType
Parameter type:
normal
@NameInMap(value="UserName") public String userName
Name:
paramType is normal: enter the plain text of the name.paramType is md5: the first character of the name (encrypted) + the rest of the name (plain text).张*
public static Id2MetaStandardVerifyRequest build(Map<String,?> map) throws Exception
Exceptionpublic Id2MetaStandardVerifyRequest setIdentifyNum(String identifyNum)
public String getIdentifyNum()
public Id2MetaStandardVerifyRequest setParamType(String paramType)
public String getParamType()
public Id2MetaStandardVerifyRequest setUserName(String userName)
public String getUserName()
Copyright © 2025. All rights reserved.