public class PhoneVerificationRequest extends AbstractModel
Constructor and Description |
---|
PhoneVerificationRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCiphertextBlob()
Get 有加密需求的用户,接入传入kms的CiphertextBlob
|
String[] |
getEncryptList()
Get 在使用加密服务时,填入要被加密的字段。本接口中可填入加密后的IdCard,Name,Phone中的一个或多个
|
String |
getIdCard()
Get 身份证号
|
String |
getName()
Get 姓名
|
String |
getPhone()
Get 手机号
|
void |
setCiphertextBlob(String CiphertextBlob)
Set 有加密需求的用户,接入传入kms的CiphertextBlob
|
void |
setEncryptList(String[] EncryptList)
Set 在使用加密服务时,填入要被加密的字段。本接口中可填入加密后的IdCard,Name,Phone中的一个或多个
|
void |
setIdCard(String IdCard)
Set 身份证号
|
void |
setName(String Name)
Set 姓名
|
void |
setPhone(String Phone)
Set 手机号
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getIdCard()
public void setIdCard(String IdCard)
IdCard
- 身份证号public String getName()
public void setName(String Name)
Name
- 姓名public String getPhone()
public void setPhone(String Phone)
Phone
- 手机号public String getCiphertextBlob()
public void setCiphertextBlob(String CiphertextBlob)
CiphertextBlob
- 有加密需求的用户,接入传入kms的CiphertextBlobpublic String[] getEncryptList()
public void setEncryptList(String[] EncryptList)
EncryptList
- 在使用加密服务时,填入要被加密的字段。本接口中可填入加密后的IdCard,Name,Phone中的一个或多个Copyright © 2020. All rights reserved.