public class PullSmsSendStatus extends AbstractModel
skipSign
Constructor and Description |
---|
PullSmsSendStatus() |
PullSmsSendStatus(PullSmsSendStatus 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 |
getDescription()
Get Description of SMS receipt by user.
|
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 |
getReportStatus()
Get Whether the SMS message is actually received.
|
String |
getSerialNo()
Get ID of the current delivery.
|
String |
getSessionContext()
Get User session content, which is the same as the `SessionContext` in the request and is empty by default.
|
String |
getSubscriberNumber()
Get User's mobile number in a common format such as 13711112222.
|
Long |
getUserReceiveTime()
Get Actual time of SMS receipt by user in seconds in the format of UNIX timestamp.
|
void |
setCountryCode(String CountryCode)
Set Country (or region) code.
|
void |
setDescription(String Description)
Set Description of SMS receipt by user.
|
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 |
setReportStatus(String ReportStatus)
Set Whether the SMS message is actually received.
|
void |
setSerialNo(String SerialNo)
Set ID of the current delivery.
|
void |
setSessionContext(String SessionContext)
Set User session content, which is the same as the `SessionContext` in the request and is empty by default.
|
void |
setSubscriberNumber(String SubscriberNumber)
Set User's mobile number in a common format such as 13711112222.
|
void |
setUserReceiveTime(Long UserReceiveTime)
Set Actual time of SMS receipt by user in seconds in the format of UNIX timestamp.
|
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 PullSmsSendStatus()
public PullSmsSendStatus(PullSmsSendStatus source)
public Long getUserReceiveTime()
public void setUserReceiveTime(Long UserReceiveTime)
UserReceiveTime
- Actual time of SMS receipt by user in seconds in the format of UNIX timestamp.public String getCountryCode()
public void setCountryCode(String CountryCode)
CountryCode
- Country (or region) code.public String getSubscriberNumber()
public void setSubscriberNumber(String SubscriberNumber)
SubscriberNumber
- User's mobile number in a common format such as 13711112222.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 getSerialNo()
public void setSerialNo(String SerialNo)
SerialNo
- ID of the current delivery.public String getReportStatus()
public void setReportStatus(String ReportStatus)
ReportStatus
- Whether the SMS message is actually received. Valid values: SUCCESS (success), FAIL (failure).public String getDescription()
public void setDescription(String Description)
Description
- Description of SMS receipt by user.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- User session content, which is the same as the `SessionContext` in the request and is empty by default. If you need to activate it, 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).
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.