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