public static class SendCardSmsRequest.SendCardSmsRequestCardObjects
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
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
@NameInMap(value="dyncParams") public String dyncParams
@NameInMap(value="mobile") public String mobile
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 © 2022. All rights reserved.