Class MobileNetworkTimeVerificationRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.faceid.v20180301.models.MobileNetworkTimeVerificationRequest
-
public class MobileNetworkTimeVerificationRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MobileNetworkTimeVerificationRequest()MobileNetworkTimeVerificationRequest(MobileNetworkTimeVerificationRequest 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 敏感数据加密信息。对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。StringgetMobile()Get 手机号码voidsetEncryption(Encryption Encryption)Set 敏感数据加密信息。对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。voidsetMobile(String Mobile)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
-
MobileNetworkTimeVerificationRequest
public MobileNetworkTimeVerificationRequest()
-
MobileNetworkTimeVerificationRequest
public MobileNetworkTimeVerificationRequest(MobileNetworkTimeVerificationRequest 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
-
getMobile
public String getMobile()
Get 手机号码- Returns:
- Mobile 手机号码
-
setMobile
public void setMobile(String Mobile)
Set 手机号码- Parameters:
Mobile- 手机号码
-
getEncryption
public Encryption getEncryption()
Get 敏感数据加密信息。对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。- Returns:
- Encryption 敏感数据加密信息。对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
-
setEncryption
public void setEncryption(Encryption Encryption)
Set 敏感数据加密信息。对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。- Parameters:
Encryption- 敏感数据加密信息。对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
-
-