public class SendMultiSmsRequest extends AbstractModel
Constructor and Description |
---|
SendMultiSmsRequest() |
SendMultiSmsRequest(SendMultiSmsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Get 短信内容 长度限制 70
|
String[] |
getIccids()
Get 卡片列表
|
String |
getSdkappid()
Get 应用ID
|
void |
setContent(String Content)
Set 短信内容 长度限制 70
|
void |
setIccids(String[] Iccids)
Set 卡片列表
|
void |
setSdkappid(String Sdkappid)
Set 应用ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SendMultiSmsRequest()
public SendMultiSmsRequest(SendMultiSmsRequest source)
public String getSdkappid()
public void setSdkappid(String Sdkappid)
Sdkappid
- 应用IDpublic String[] getIccids()
public void setIccids(String[] Iccids)
Iccids
- 卡片列表public String getContent()
public void setContent(String Content)
Content
- 短信内容 长度限制 70Copyright © 2021. All rights reserved.