public class SmsContent
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<Pair> |
arguments |
String |
developerId |
String |
mobile |
String |
serviceCode |
| 构造器和说明 |
|---|
SmsContent() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SmsContent |
build(Map<String,?> map) |
List<Pair> |
getArguments() |
String |
getDeveloperId() |
String |
getMobile() |
String |
getServiceCode() |
SmsContent |
setArguments(List<Pair> arguments) |
SmsContent |
setDeveloperId(String developerId) |
SmsContent |
setMobile(String mobile) |
SmsContent |
setServiceCode(String serviceCode) |
@NameInMap(value="service_code") public String serviceCode
@NameInMap(value="mobile") @Validation(required=true) public String mobile
@NameInMap(value="developer_id") public String developerId
public static SmsContent build(Map<String,?> map) throws Exception
Exceptionpublic SmsContent setServiceCode(String serviceCode)
public String getServiceCode()
public SmsContent setMobile(String mobile)
public String getMobile()
public SmsContent setDeveloperId(String developerId)
public String getDeveloperId()
public SmsContent setArguments(List<Pair> arguments)
Copyright © 2022. All rights reserved.