public class Id2MetaPeriodVerifyRequest
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.
|
String |
validityEndDate
End date of ID validity, format: YYYYMMDD
example:
20301001
|
String |
validityStartDate
Start date of ID validity, format: YYYYMMDD
example:
20201001
|
| 构造器和说明 |
|---|
Id2MetaPeriodVerifyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Id2MetaPeriodVerifyRequest |
build(Map<String,?> map) |
String |
getIdentifyNum() |
String |
getParamType() |
String |
getUserName() |
String |
getValidityEndDate() |
String |
getValidityStartDate() |
Id2MetaPeriodVerifyRequest |
setIdentifyNum(String identifyNum) |
Id2MetaPeriodVerifyRequest |
setParamType(String paramType) |
Id2MetaPeriodVerifyRequest |
setUserName(String userName) |
Id2MetaPeriodVerifyRequest |
setValidityEndDate(String validityEndDate) |
Id2MetaPeriodVerifyRequest |
setValidityStartDate(String validityStartDate) |
@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 = normal: Enter the plain text of the name.paramType = md5: The first character of the name MD5 encrypted (32 lowercase MD5) + the rest of the name in plain text.张*
@NameInMap(value="ValidityEndDate") public String validityEndDate
End date of ID validity, format: YYYYMMDD
example:20301001
@NameInMap(value="ValidityStartDate") public String validityStartDate
Start date of ID validity, format: YYYYMMDD
example:20201001
public static Id2MetaPeriodVerifyRequest build(Map<String,?> map) throws Exception
Exceptionpublic Id2MetaPeriodVerifyRequest setIdentifyNum(String identifyNum)
public String getIdentifyNum()
public Id2MetaPeriodVerifyRequest setParamType(String paramType)
public String getParamType()
public Id2MetaPeriodVerifyRequest setUserName(String userName)
public String getUserName()
public Id2MetaPeriodVerifyRequest setValidityEndDate(String validityEndDate)
public String getValidityEndDate()
public Id2MetaPeriodVerifyRequest setValidityStartDate(String validityStartDate)
public String getValidityStartDate()
Copyright © 2025. All rights reserved.