public class PullSmsReplyStatus extends AbstractModel
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 code number extension, which is not activated by default.
|
String |
getNationCode()
Get Country (or region) code.
|
String |
getPhoneNumber()
Get Mobile number in the e.164 standard (+[country/region code][mobile number]), such as +8613711112222, which has a + sign followed by 86 (country/region code) and then by 13711112222 (mobile number).
|
String |
getReplyContent()
Get User reply.
|
String |
getReplyTime()
Get Reply time (e.g., 2019-10-08 17:18:37).
|
Long |
getReplyUnixTime()
Get Reply time in seconds in the format of UNIX timestamp.
|
String |
getSign()
Get SMS signature.
|
void |
setExtendCode(String ExtendCode)
Set SMS code number extension, which is not activated by default.
|
void |
setNationCode(String NationCode)
Set Country (or region) code.
|
void |
setPhoneNumber(String PhoneNumber)
Set Mobile number in the e.164 standard (+[country/region code][mobile number]), such as +8613711112222, which has a + sign followed by 86 (country/region code) and then by 13711112222 (mobile number).
|
void |
setReplyContent(String ReplyContent)
Set User reply.
|
void |
setReplyTime(String ReplyTime)
Set Reply time (e.g., 2019-10-08 17:18:37).
|
void |
setReplyUnixTime(Long ReplyUnixTime)
Set Reply time in seconds in the format of UNIX timestamp.
|
void |
setSign(String Sign)
Set SMS signature.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PullSmsReplyStatus()
public PullSmsReplyStatus(PullSmsReplyStatus source)
public String getExtendCode()
public void setExtendCode(String ExtendCode)
ExtendCode
- SMS code number extension, which is not activated by default. If you need to activate it, please contact [SMS Helper](https://intl.cloud.tencent.com/document/product/382/3773?from_cn_redirect=1).public String getNationCode()
public void setNationCode(String NationCode)
NationCode
- Country (or region) code.public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber
- Mobile number in the e.164 standard (+[country/region code][mobile number]), such as +8613711112222, which has a + sign followed by 86 (country/region code) and then by 13711112222 (mobile number).public String getSign()
public void setSign(String Sign)
Sign
- SMS signature.public String getReplyContent()
public void setReplyContent(String ReplyContent)
ReplyContent
- User reply.public String getReplyTime()
public void setReplyTime(String ReplyTime)
ReplyTime
- Reply time (e.g., 2019-10-08 17:18:37).public Long getReplyUnixTime()
public void setReplyUnixTime(Long ReplyUnixTime)
ReplyUnixTime
- Reply time in seconds in the format of UNIX timestamp.Copyright © 2023. All rights reserved.