public class PhoneVerificationRequest extends AbstractModel
header, skipSign| 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 手机号。 | 
| String | getVerifyMode()Get 验证模式(详版/简版)。
- 简版与详版价格不一致,详见[价格说明](https://cloud.tencent.com/document/product/1007/84321)。
- 枚举值:0(简版);1(详版)。
- 默认值为0。 | 
| 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 | setVerifyMode(String VerifyMode)Set 验证模式(详版/简版)。
- 简版与详版价格不一致,详见[价格说明](https://cloud.tencent.com/document/product/1007/84321)。
- 枚举值:0(简版);1(详版)。
- 默认值为0。 | 
| 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, toJsonStringpublic 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 getVerifyMode()
public void setVerifyMode(String VerifyMode)
VerifyMode - 验证模式(详版/简版)。
- 简版与详版价格不一致,详见[价格说明](https://cloud.tencent.com/document/product/1007/84321)。
- 枚举值:0(简版);1(详版)。
- 默认值为0。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 © 2025. All rights reserved.