public class MobileOnlineTimeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
mobile
Mobile number:
When
paramType is normal: provide the plaintext mobile number. |
String |
paramType
Parameter type:
normal: unencrypted.
|
| 构造器和说明 |
|---|
MobileOnlineTimeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static MobileOnlineTimeRequest |
build(Map<String,?> map) |
String |
getMobile() |
String |
getParamType() |
MobileOnlineTimeRequest |
setMobile(String mobile) |
MobileOnlineTimeRequest |
setParamType(String paramType) |
@NameInMap(value="Mobile") public String mobile
Mobile number:
paramType is normal: provide the plaintext mobile number.paramType is md5: provide the encrypted mobile number.明文:186****2055
密文:
849169cd3b20621c1c78bd61a11a4fc2
@NameInMap(value="ParamType") public String paramType
Parameter type:
normal
public static MobileOnlineTimeRequest build(Map<String,?> map) throws Exception
Exceptionpublic MobileOnlineTimeRequest setMobile(String mobile)
public String getMobile()
public MobileOnlineTimeRequest setParamType(String paramType)
public String getParamType()
Copyright © 2025. All rights reserved.