Class PhoneVerificationCTCCRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.faceid.v20180301.models.PhoneVerificationCTCCRequest
-
public class PhoneVerificationCTCCRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PhoneVerificationCTCCRequest
public PhoneVerificationCTCCRequest()
-
PhoneVerificationCTCCRequest
public 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.
-
-
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
- 敏感数据加密信息。对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
-
-