public class CertificateIdentityUser extends AbstractModel
header, skipSign
Constructor and Description |
---|
CertificateIdentityUser() |
CertificateIdentityUser(CertificateIdentityUser 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 |
---|---|
String |
getIdCardNumber()
Get 身份证号
|
String[] |
getIdentificationMeasures()
Get 身份鉴别措施
1、身份证鉴别
2、银行卡鉴别
3、支付账户密码验证
4、人脸识别验证
|
String |
getIdentificationType()
Get 身份鉴别类型
1:授权金融机构身份鉴别
|
String |
getIdentityUniqueId()
Get 唯一身份id
|
String |
getName()
Get 姓名
|
void |
setIdCardNumber(String IdCardNumber)
Set 身份证号
|
void |
setIdentificationMeasures(String[] IdentificationMeasures)
Set 身份鉴别措施
1、身份证鉴别
2、银行卡鉴别
3、支付账户密码验证
4、人脸识别验证
|
void |
setIdentificationType(String IdentificationType)
Set 身份鉴别类型
1:授权金融机构身份鉴别
|
void |
setIdentityUniqueId(String IdentityUniqueId)
Set 唯一身份id
|
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 CertificateIdentityUser()
public CertificateIdentityUser(CertificateIdentityUser source)
public String getName()
public void setName(String Name)
Name
- 姓名public String getIdentityUniqueId()
public void setIdentityUniqueId(String IdentityUniqueId)
IdentityUniqueId
- 唯一身份idpublic String getIdCardNumber()
public void setIdCardNumber(String IdCardNumber)
IdCardNumber
- 身份证号public String getIdentificationType()
public void setIdentificationType(String IdentificationType)
IdentificationType
- 身份鉴别类型
1:授权金融机构身份鉴别public String[] getIdentificationMeasures()
public void setIdentificationMeasures(String[] IdentificationMeasures)
IdentificationMeasures
- 身份鉴别措施
1、身份证鉴别
2、银行卡鉴别
3、支付账户密码验证
4、人脸识别验证Copyright © 2025. All rights reserved.