public class MobileDetectRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
mobiles
List of phone numbers.
|
String |
paramType
Encryption method:
normal: plaintext, no encryption
md5: MD5 encryption
example:
normal
|
| 构造器和说明 |
|---|
MobileDetectRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static MobileDetectRequest |
build(Map<String,?> map) |
String |
getMobiles() |
String |
getParamType() |
MobileDetectRequest |
setMobiles(String mobiles) |
MobileDetectRequest |
setParamType(String paramType) |
@NameInMap(value="Mobiles") public String mobiles
List of phone numbers.
example:19833232569
@NameInMap(value="ParamType") public String paramType
Encryption method:
normal
public static MobileDetectRequest build(Map<String,?> map) throws Exception
Exceptionpublic MobileDetectRequest setMobiles(String mobiles)
public String getMobiles()
public MobileDetectRequest setParamType(String paramType)
public String getParamType()
Copyright © 2025. All rights reserved.