Class ResSms
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ic.v20190307.models.ResSms
-
public class ResSms extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()Get 短信内容 注意:此字段可能返回 null,表示取不到有效值。StringgetIccid()Get 卡片ID 注意:此字段可能返回 null,表示取不到有效值。StringgetMsisdn()Get 卡片号码 注意:此字段可能返回 null,表示取不到有效值。StringgetRemark()Get SUCC:成功 FAIL 失败 注意:此字段可能返回 null,表示取不到有效值。StringgetReportTime()Get 推送时间 注意:此字段可能返回 null,表示取不到有效值。LonggetSdkAppid()Get 应用ID 注意:此字段可能返回 null,表示取不到有效值。StringgetSendTime()Get 发送时间 注意:此字段可能返回 null,表示取不到有效值。LonggetSmsType()Get 短信类型 注意:此字段可能返回 null,表示取不到有效值。LonggetStatus()Get 回执状态 注意:此字段可能返回 null,表示取不到有效值。voidsetContent(String Content)Set 短信内容 注意:此字段可能返回 null,表示取不到有效值。voidsetIccid(String Iccid)Set 卡片ID 注意:此字段可能返回 null,表示取不到有效值。voidsetMsisdn(String Msisdn)Set 卡片号码 注意:此字段可能返回 null,表示取不到有效值。voidsetRemark(String Remark)Set SUCC:成功 FAIL 失败 注意:此字段可能返回 null,表示取不到有效值。voidsetReportTime(String ReportTime)Set 推送时间 注意:此字段可能返回 null,表示取不到有效值。voidsetSdkAppid(Long SdkAppid)Set 应用ID 注意:此字段可能返回 null,表示取不到有效值。voidsetSendTime(String SendTime)Set 发送时间 注意:此字段可能返回 null,表示取不到有效值。voidsetSmsType(Long SmsType)Set 短信类型 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(Long Status)Set 回执状态 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
ResSms
public ResSms()
-
ResSms
public ResSms(ResSms 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
-
getIccid
public String getIccid()
Get 卡片ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Iccid 卡片ID 注意:此字段可能返回 null,表示取不到有效值。
-
setIccid
public void setIccid(String Iccid)
Set 卡片ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Iccid- 卡片ID 注意:此字段可能返回 null,表示取不到有效值。
-
getMsisdn
public String getMsisdn()
Get 卡片号码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Msisdn 卡片号码 注意:此字段可能返回 null,表示取不到有效值。
-
setMsisdn
public void setMsisdn(String Msisdn)
Set 卡片号码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Msisdn- 卡片号码 注意:此字段可能返回 null,表示取不到有效值。
-
getSdkAppid
public Long getSdkAppid()
Get 应用ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SdkAppid 应用ID 注意:此字段可能返回 null,表示取不到有效值。
-
setSdkAppid
public void setSdkAppid(Long SdkAppid)
Set 应用ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SdkAppid- 应用ID 注意:此字段可能返回 null,表示取不到有效值。
-
getContent
public String getContent()
Get 短信内容 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Content 短信内容 注意:此字段可能返回 null,表示取不到有效值。
-
setContent
public void setContent(String Content)
Set 短信内容 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Content- 短信内容 注意:此字段可能返回 null,表示取不到有效值。
-
getSmsType
public Long getSmsType()
Get 短信类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SmsType 短信类型 注意:此字段可能返回 null,表示取不到有效值。
-
setSmsType
public void setSmsType(Long SmsType)
Set 短信类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SmsType- 短信类型 注意:此字段可能返回 null,表示取不到有效值。
-
getSendTime
public String getSendTime()
Get 发送时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SendTime 发送时间 注意:此字段可能返回 null,表示取不到有效值。
-
setSendTime
public void setSendTime(String SendTime)
Set 发送时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SendTime- 发送时间 注意:此字段可能返回 null,表示取不到有效值。
-
getReportTime
public String getReportTime()
Get 推送时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReportTime 推送时间 注意:此字段可能返回 null,表示取不到有效值。
-
setReportTime
public void setReportTime(String ReportTime)
Set 推送时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReportTime- 推送时间 注意:此字段可能返回 null,表示取不到有效值。
-
getRemark
public String getRemark()
Get SUCC:成功 FAIL 失败 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Remark SUCC:成功 FAIL 失败 注意:此字段可能返回 null,表示取不到有效值。
-
setRemark
public void setRemark(String Remark)
Set SUCC:成功 FAIL 失败 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Remark- SUCC:成功 FAIL 失败 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public Long getStatus()
Get 回执状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 回执状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(Long Status)
Set 回执状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 回执状态 注意:此字段可能返回 null,表示取不到有效值。
-
-