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 Country (or region) code.
|
String |
getExtendCode()
Get SMS code number extension, which is not activated by default.
|
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.
|
Long |
getReplyTime()
Get Reply time in seconds in the format of UNIX timestamp.
|
String |
getSignName()
Get SMS signature name.
|
String |
getSubscriberNumber()
Get User's mobile number in a common format such as 13711112222.
|
void |
setCountryCode(String CountryCode)
Set Country (or region) code.
|
void |
setExtendCode(String ExtendCode)
Set SMS code number extension, which is not activated by default.
|
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(Long ReplyTime)
Set Reply time in seconds in the format of UNIX timestamp.
|
void |
setSignName(String SignName)
Set SMS signature name.
|
void |
setSubscriberNumber(String SubscriberNumber)
Set User's mobile number in a common format such as 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 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#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81).public String getCountryCode()
public void setCountryCode(String CountryCode)
CountryCode
- 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 getSignName()
public void setSignName(String SignName)
SignName
- SMS signature name.public String getReplyContent()
public void setReplyContent(String ReplyContent)
ReplyContent
- User reply.public Long getReplyTime()
public void setReplyTime(Long ReplyTime)
ReplyTime
- Reply time in seconds in the format of UNIX timestamp.public String getSubscriberNumber()
public void setSubscriberNumber(String SubscriberNumber)
SubscriberNumber
- User's mobile number in a common format such as 13711112222.Copyright © 2023. All rights reserved.