public static class SendCardSmsRequest.SendCardSmsRequestCardObjects
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
customUrl
The URL to which the message is redirected if the message fails to be rendered.
|
String |
dyncParams
The variables.
|
String |
mobile
The mobile phone number.
|
| 构造器和说明 |
|---|
SendCardSmsRequestCardObjects() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SendCardSmsRequest.SendCardSmsRequestCardObjects |
build(Map<String,?> map) |
String |
getCustomUrl() |
String |
getDyncParams() |
String |
getMobile() |
SendCardSmsRequest.SendCardSmsRequestCardObjects |
setCustomUrl(String customUrl) |
SendCardSmsRequest.SendCardSmsRequestCardObjects |
setDyncParams(String dyncParams) |
SendCardSmsRequest.SendCardSmsRequestCardObjects |
setMobile(String mobile) |
@NameInMap(value="customUrl") public String customUrl
The URL to which the message is redirected if the message fails to be rendered.
example:@NameInMap(value="dyncParams") public String dyncParams
The variables. Special characters, such as $ and {}, do not need to be entered.
example:{\"param3\":\"three\",\"param1\":\"one\",\"param2\":\"two\"}
@NameInMap(value="mobile") public String mobile
The mobile phone number.
example:1390000****
public static SendCardSmsRequest.SendCardSmsRequestCardObjects build(Map<String,?> map) throws Exception
Exceptionpublic SendCardSmsRequest.SendCardSmsRequestCardObjects setCustomUrl(String customUrl)
public String getCustomUrl()
public SendCardSmsRequest.SendCardSmsRequestCardObjects setDyncParams(String dyncParams)
public String getDyncParams()
public SendCardSmsRequest.SendCardSmsRequestCardObjects setMobile(String mobile)
public String getMobile()
Copyright © 2024. All rights reserved.