Class SendMultiSmsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ic.v20190307.models.SendMultiSmsRequest
-
public class SendMultiSmsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()Get 短信内容 长度限制 70String[]getIccids()Get 卡片列表StringgetSdkappid()Get 应用IDvoidsetContent(String Content)Set 短信内容 长度限制 70voidsetIccids(String[] Iccids)Set 卡片列表voidsetSdkappid(String Sdkappid)Set 应用IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SendMultiSmsRequest
public SendMultiSmsRequest()
-
SendMultiSmsRequest
public 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.
-
-
Method Detail
-
getSdkappid
public String getSdkappid()
Get 应用ID- Returns:
- Sdkappid 应用ID
-
setSdkappid
public void setSdkappid(String Sdkappid)
Set 应用ID- Parameters:
Sdkappid- 应用ID
-
getIccids
public String[] getIccids()
Get 卡片列表- Returns:
- Iccids 卡片列表
-
setIccids
public void setIccids(String[] Iccids)
Set 卡片列表- Parameters:
Iccids- 卡片列表
-
getContent
public String getContent()
Get 短信内容 长度限制 70- Returns:
- Content 短信内容 长度限制 70
-
setContent
public void setContent(String Content)
Set 短信内容 长度限制 70- Parameters:
Content- 短信内容 长度限制 70
-
-