public class CheckMobilesCardSupportRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<Map<String,?>> |
mobiles
The list of mobile phone numbers that receive messages.
|
String |
templateCode
The code of the message template.
|
| 构造器和说明 |
|---|
CheckMobilesCardSupportRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CheckMobilesCardSupportRequest |
build(Map<String,?> map) |
List<Map<String,?>> |
getMobiles() |
String |
getTemplateCode() |
CheckMobilesCardSupportRequest |
setMobiles(List<Map<String,?>> mobiles) |
CheckMobilesCardSupportRequest |
setTemplateCode(String templateCode) |
@NameInMap(value="Mobiles") public List<Map<String,?>> mobiles
The list of mobile phone numbers that receive messages.
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_****
public static CheckMobilesCardSupportRequest build(Map<String,?> map) throws Exception
Exceptionpublic CheckMobilesCardSupportRequest setMobiles(List<Map<String,?>> mobiles)
public CheckMobilesCardSupportRequest setTemplateCode(String templateCode)
public String getTemplateCode()
Copyright © 2024. All rights reserved.