public class QueryMobilesCardSupportRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<Map<String,?>> |
mobiles
The list of mobile phone numbers.
|
String |
templateCode
The code of the message template.
|
| 构造器和说明 |
|---|
QueryMobilesCardSupportRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryMobilesCardSupportRequest |
build(Map<String,?> map) |
List<Map<String,?>> |
getMobiles() |
String |
getTemplateCode() |
QueryMobilesCardSupportRequest |
setMobiles(List<Map<String,?>> mobiles) |
QueryMobilesCardSupportRequest |
setTemplateCode(String templateCode) |
@NameInMap(value="Mobiles") public List<Map<String,?>> mobiles
The list of mobile phone numbers.
This parameter is required.
@NameInMap(value="TemplateCode") public String templateCode
The code of the message template. You can view the template code in the Template Code column on the Templates tab of the Go China page in the Alibaba Cloud SMS console.
Make sure that the message template has been approved.
This parameter is required.
example:CARD_SMS_0000
public static QueryMobilesCardSupportRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryMobilesCardSupportRequest setMobiles(List<Map<String,?>> mobiles)
public QueryMobilesCardSupportRequest setTemplateCode(String templateCode)
public String getTemplateCode()
Copyright © 2024. All rights reserved.