public class EncryptedPhoneVerificationRequest extends AbstractModel
skipSign
Constructor and Description |
---|
EncryptedPhoneVerificationRequest() |
EncryptedPhoneVerificationRequest(EncryptedPhoneVerificationRequest 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 |
getEncryptionMode()
Get 敏感信息的加密方式,目前支持明文、MD5和SHA256加密传输,参数取值:
0:明文,不加密
1: 使用MD5加密
2: 使用SHA256
|
String |
getIdCard()
Get 身份证号,加密方式以EncryptionMode为准
|
String |
getName()
Get 姓名,加密方式以EncryptionMode为准
|
String |
getPhone()
Get 手机号,加密方式以EncryptionMode为准
|
void |
setEncryptionMode(String EncryptionMode)
Set 敏感信息的加密方式,目前支持明文、MD5和SHA256加密传输,参数取值:
0:明文,不加密
1: 使用MD5加密
2: 使用SHA256
|
void |
setIdCard(String IdCard)
Set 身份证号,加密方式以EncryptionMode为准
|
void |
setName(String Name)
Set 姓名,加密方式以EncryptionMode为准
|
void |
setPhone(String Phone)
Set 手机号,加密方式以EncryptionMode为准
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EncryptedPhoneVerificationRequest()
public EncryptedPhoneVerificationRequest(EncryptedPhoneVerificationRequest source)
public String getIdCard()
public void setIdCard(String IdCard)
IdCard
- 身份证号,加密方式以EncryptionMode为准public String getName()
public void setName(String Name)
Name
- 姓名,加密方式以EncryptionMode为准public String getPhone()
public void setPhone(String Phone)
Phone
- 手机号,加密方式以EncryptionMode为准public String getEncryptionMode()
public void setEncryptionMode(String EncryptionMode)
EncryptionMode
- 敏感信息的加密方式,目前支持明文、MD5和SHA256加密传输,参数取值:
0:明文,不加密
1: 使用MD5加密
2: 使用SHA256Copyright © 2023. All rights reserved.