public class PhoneVerificationRequest extends AbstractModel
Constructor and Description |
---|
PhoneVerificationRequest() |
PhoneVerificationRequest(PhoneVerificationRequest 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 |
getCiphertextBlob()
Get 有加密需求的用户,传入kms的CiphertextBlob,关于数据加密可查阅 数据加密 文档。
|
String[] |
getEncryptList()
Get 在使用加密服务时,填入要被加密的字段。本接口中可填入加密后的IdCard,Name,Phone中的一个或多个。
|
String |
getIdCard()
Get 身份证号
|
String |
getIv()
Get 有加密需求的用户,传入CBC加密的初始向量。
|
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 |
setIv(String Iv)
Set 有加密需求的用户,传入CBC加密的初始向量。
|
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 PhoneVerificationRequest()
public PhoneVerificationRequest(PhoneVerificationRequest source)
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的CiphertextBlob,关于数据加密可查阅 数据加密 文档。public String[] getEncryptList()
public void setEncryptList(String[] EncryptList)
EncryptList
- 在使用加密服务时,填入要被加密的字段。本接口中可填入加密后的IdCard,Name,Phone中的一个或多个。public String getIv()
public void setIv(String Iv)
Iv
- 有加密需求的用户,传入CBC加密的初始向量。Copyright © 2022. All rights reserved.