public class PhoneVerificationCTCCRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PhoneVerificationCTCCRequest() | 
| PhoneVerificationCTCCRequest(PhoneVerificationCTCCRequest 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 | 
|---|---|
| Encryption | getEncryption()Get 敏感数据加密信息。
- 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。 | 
| String | getIdCard()Get 身份证号。 | 
| String | getName()Get 姓名。 | 
| String | getPhone()Get 手机号。 | 
| void | setEncryption(Encryption Encryption)Set 敏感数据加密信息。
- 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PhoneVerificationCTCCRequest()
public PhoneVerificationCTCCRequest(PhoneVerificationCTCCRequest 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 Encryption getEncryption()
public void setEncryption(Encryption Encryption)
Encryption - 敏感数据加密信息。
- 对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。Copyright © 2025. All rights reserved.