public class PullSmsReplyStatus extends AbstractModel
header, 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 | getExtendCode()Get 短信码号扩展号,默认未开通,如需开通请联系 [sms helper](https://cloud.tencent.com/document/product/382/3773)。 | 
| String | getNationCode()Get 国家(或地区)码。 | 
| String | getPhoneNumber()Get 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。 | 
| String | getReplyContent()Get 用户回复的内容。 | 
| String | getReplyTime()Get 回复时间(例如:2019-10-08 17:18:37)。 | 
| Long | getReplyUnixTime()Get 回复时间,UNIX 时间戳(单位:秒)。 | 
| String | getSign()Get 短信签名。 | 
| void | setExtendCode(String ExtendCode)Set 短信码号扩展号,默认未开通,如需开通请联系 [sms helper](https://cloud.tencent.com/document/product/382/3773)。 | 
| void | setNationCode(String NationCode)Set 国家(或地区)码。 | 
| void | setPhoneNumber(String PhoneNumber)Set 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。 | 
| void | setReplyContent(String ReplyContent)Set 用户回复的内容。 | 
| void | setReplyTime(String ReplyTime)Set 回复时间(例如:2019-10-08 17:18:37)。 | 
| void | setReplyUnixTime(Long ReplyUnixTime)Set 回复时间,UNIX 时间戳(单位:秒)。 | 
| void | setSign(String Sign)Set 短信签名。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PullSmsReplyStatus()
public PullSmsReplyStatus(PullSmsReplyStatus source)
public String getExtendCode()
public void setExtendCode(String ExtendCode)
ExtendCode - 短信码号扩展号,默认未开通,如需开通请联系 [sms helper](https://cloud.tencent.com/document/product/382/3773)。public String getNationCode()
public void setNationCode(String NationCode)
NationCode - 国家(或地区)码。public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber - 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8618501234444, 其中前面有一个+号 ,86为国家码,18501234444为手机号。public String getSign()
public void setSign(String Sign)
Sign - 短信签名。public String getReplyContent()
public void setReplyContent(String ReplyContent)
ReplyContent - 用户回复的内容。public String getReplyTime()
public void setReplyTime(String ReplyTime)
ReplyTime - 回复时间(例如:2019-10-08 17:18:37)。public Long getReplyUnixTime()
public void setReplyUnixTime(Long ReplyUnixTime)
ReplyUnixTime - 回复时间,UNIX 时间戳(单位:秒)。Copyright © 2025. All rights reserved.