public class IdCardVerificationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
IdCardVerificationRequest() |
IdCardVerificationRequest(IdCardVerificationRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Encryption |
getEncryption()
Get 敏感数据加密信息。
- 对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
String |
getIdCard()
Get 身份证号。
|
String |
getName()
Get 姓名。
|
void |
setEncryption(Encryption Encryption)
Set 敏感数据加密信息。
- 对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
|
void |
setIdCard(String IdCard)
Set 身份证号。
|
void |
setName(String Name)
Set 姓名。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IdCardVerificationRequest()
public IdCardVerificationRequest(IdCardVerificationRequest source)
public String getIdCard()
public void setIdCard(String IdCard)
IdCard
- 身份证号。public String getName()
public void setName(String Name)
Name
- 姓名。public Encryption getEncryption()
public void setEncryption(Encryption Encryption)
Encryption
- 敏感数据加密信息。
- 对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。Copyright © 2024. All rights reserved.