public class PullSmsReplyStatus extends AbstractModel
skipSign
Constructor and Description |
---|
PullSmsReplyStatus() |
PullSmsReplyStatus(PullSmsReplyStatus 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 |
getCountryCode()
Get 国家(或地区)码。
|
String |
getExtendCode()
Get 短信码号扩展号,默认未开通,如需开通请联系 [sms helper](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81)。
|
String |
getPhoneNumber()
Get 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8613711112222, 其中前面有一个+号 ,86为国家码,13711112222为手机号。
|
String |
getReplyContent()
Get 用户回复的内容。
|
Long |
getReplyTime()
Get 回复时间,UNIX 时间戳(单位:秒)。
|
String |
getSignName()
Get 短信签名名称。
|
String |
getSubscriberNumber()
Get 用户号码,普通格式,示例如:13711112222。
|
void |
setCountryCode(String CountryCode)
Set 国家(或地区)码。
|
void |
setExtendCode(String ExtendCode)
Set 短信码号扩展号,默认未开通,如需开通请联系 [sms helper](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81)。
|
void |
setPhoneNumber(String PhoneNumber)
Set 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8613711112222, 其中前面有一个+号 ,86为国家码,13711112222为手机号。
|
void |
setReplyContent(String ReplyContent)
Set 用户回复的内容。
|
void |
setReplyTime(Long ReplyTime)
Set 回复时间,UNIX 时间戳(单位:秒)。
|
void |
setSignName(String SignName)
Set 短信签名名称。
|
void |
setSubscriberNumber(String SubscriberNumber)
Set 用户号码,普通格式,示例如:13711112222。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PullSmsReplyStatus()
public PullSmsReplyStatus(PullSmsReplyStatus source)
public String getExtendCode()
public void setExtendCode(String ExtendCode)
ExtendCode
- 短信码号扩展号,默认未开通,如需开通请联系 [sms helper](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81)。public String getCountryCode()
public void setCountryCode(String CountryCode)
CountryCode
- 国家(或地区)码。public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber
- 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8613711112222, 其中前面有一个+号 ,86为国家码,13711112222为手机号。public String getSignName()
public void setSignName(String SignName)
SignName
- 短信签名名称。public String getReplyContent()
public void setReplyContent(String ReplyContent)
ReplyContent
- 用户回复的内容。public Long getReplyTime()
public void setReplyTime(Long ReplyTime)
ReplyTime
- 回复时间,UNIX 时间戳(单位:秒)。public String getSubscriberNumber()
public void setSubscriberNumber(String SubscriberNumber)
SubscriberNumber
- 用户号码,普通格式,示例如:13711112222。Copyright © 2023. All rights reserved.