Class SendSmsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ic.v20190307.models.SendSmsRequest
-
public class SendSmsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SendSmsRequest()SendSmsRequest(SendSmsRequest 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 短信内容长度70限制StringgetIccid()Get 卡片IDLonggetSdkappid()Get 应用IDvoidsetContent(String Content)Set 短信内容长度70限制voidsetIccid(String Iccid)Set 卡片IDvoidsetSdkappid(Long 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
-
SendSmsRequest
public SendSmsRequest()
-
SendSmsRequest
public SendSmsRequest(SendSmsRequest 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 Long getSdkappid()
Get 应用ID- Returns:
- Sdkappid 应用ID
-
setSdkappid
public void setSdkappid(Long Sdkappid)
Set 应用ID- Parameters:
Sdkappid- 应用ID
-
getIccid
public String getIccid()
Get 卡片ID- Returns:
- Iccid 卡片ID
-
setIccid
public void setIccid(String Iccid)
Set 卡片ID- Parameters:
Iccid- 卡片ID
-
getContent
public String getContent()
Get 短信内容长度70限制- Returns:
- Content 短信内容长度70限制
-
setContent
public void setContent(String Content)
Set 短信内容长度70限制- Parameters:
Content- 短信内容长度70限制
-
-