public class PullSmsSendStatus extends AbstractModel
| Constructor and Description | 
|---|
| PullSmsSendStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Get Description of SMS receipt by user. | 
| String | getNationCode()Get Country (or region) code. | 
| String | getPhoneNumber()Get Mobile number in a common format such as 13711112222. | 
| String | getPurePhoneNumber()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 | getUserReceiveTime()Get Actual time of SMS receipt by user. | 
| Long | getUserReceiveUnixTime()Get Actual time of SMS receipt by user in seconds in the format of UNIX timestamp. | 
| void | setDescription(String Description)Set Description of SMS receipt by user. | 
| void | setNationCode(String NationCode)Set Country (or region) code. | 
| void | setPhoneNumber(String PhoneNumber)Set Mobile number in a common format such as 13711112222. | 
| void | setPurePhoneNumber(String PurePhoneNumber)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 | setUserReceiveTime(String UserReceiveTime)Set Actual time of SMS receipt by user. | 
| void | setUserReceiveUnixTime(Long UserReceiveUnixTime)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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getUserReceiveTime()
public void setUserReceiveTime(String UserReceiveTime)
UserReceiveTime - Actual time of SMS receipt by user.public Long getUserReceiveUnixTime()
public void setUserReceiveUnixTime(Long UserReceiveUnixTime)
UserReceiveUnixTime - Actual time of SMS receipt by user in seconds in the format of UNIX timestamp.public String getNationCode()
public void setNationCode(String NationCode)
NationCode - Country (or region) code.public String getPurePhoneNumber()
public void setPurePhoneNumber(String PurePhoneNumber)
PurePhoneNumber - 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 getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber - Mobile number in a common format such as 13711112222.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.Copyright © 2021. All rights reserved.