public class MobileNetworkTimeVerificationRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Encryption | getEncryption()Get 敏感数据加密信息。
- 对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。 | 
| String | getMobile()Get 手机号码。 | 
| void | setEncryption(Encryption Encryption)Set 敏感数据加密信息。
- 对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。 | 
| void | setMobile(String Mobile)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 MobileNetworkTimeVerificationRequest()
public MobileNetworkTimeVerificationRequest(MobileNetworkTimeVerificationRequest source)
public String getMobile()
public void setMobile(String Mobile)
Mobile - 手机号码。public Encryption getEncryption()
public void setEncryption(Encryption Encryption)
Encryption - 敏感数据加密信息。
- 对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。Copyright © 2025. All rights reserved.