Class PhoneVerificationCUCCRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.faceid.v20180301.models.PhoneVerificationCUCCRequest
-
public class PhoneVerificationCUCCRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PhoneVerificationCUCCRequest()PhoneVerificationCUCCRequest(PhoneVerificationCUCCRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptiongetEncryption()Get 敏感数据加密信息。对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。StringgetIdCard()Get 身份证号StringgetName()Get 姓名StringgetPhone()Get 手机号voidsetEncryption(Encryption Encryption)Set 敏感数据加密信息。对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。voidsetIdCard(String IdCard)Set 身份证号voidsetName(String Name)Set 姓名voidsetPhone(String Phone)Set 手机号voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PhoneVerificationCUCCRequest
public PhoneVerificationCUCCRequest()
-
PhoneVerificationCUCCRequest
public PhoneVerificationCUCCRequest(PhoneVerificationCUCCRequest 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.
-
-
Method Detail
-
getIdCard
public String getIdCard()
Get 身份证号- Returns:
- IdCard 身份证号
-
setIdCard
public void setIdCard(String IdCard)
Set 身份证号- Parameters:
IdCard- 身份证号
-
getName
public String getName()
Get 姓名- Returns:
- Name 姓名
-
setName
public void setName(String Name)
Set 姓名- Parameters:
Name- 姓名
-
getPhone
public String getPhone()
Get 手机号- Returns:
- Phone 手机号
-
setPhone
public void setPhone(String Phone)
Set 手机号- Parameters:
Phone- 手机号
-
getEncryption
public Encryption getEncryption()
Get 敏感数据加密信息。对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。- Returns:
- Encryption 敏感数据加密信息。对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
-
setEncryption
public void setEncryption(Encryption Encryption)
Set 敏感数据加密信息。对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。- Parameters:
Encryption- 敏感数据加密信息。对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
-
-