public class PullSmsSendStatus extends AbstractModel
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 国家(或地区)码。
|
String |
getDescription()
Get 用户接收短信状态描述。
|
String |
getPhoneNumber()
Get 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8613711112222, 其中前面有一个+号 ,86为国家码,13711112222为手机号。
|
String |
getReportStatus()
Get 实际是否收到短信接收状态,SUCCESS(成功)、FAIL(失败)。
|
String |
getSerialNo()
Get 本次发送标识 ID。
|
String |
getSubscriberNumber()
Get 用户号码,普通格式,示例如:13711112222。
|
Long |
getUserReceiveTime()
Get 用户实际接收到短信的时间,UNIX 时间戳(单位:秒)。
|
void |
setCountryCode(String CountryCode)
Set 国家(或地区)码。
|
void |
setDescription(String Description)
Set 用户接收短信状态描述。
|
void |
setPhoneNumber(String PhoneNumber)
Set 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8613711112222, 其中前面有一个+号 ,86为国家码,13711112222为手机号。
|
void |
setReportStatus(String ReportStatus)
Set 实际是否收到短信接收状态,SUCCESS(成功)、FAIL(失败)。
|
void |
setSerialNo(String SerialNo)
Set 本次发送标识 ID。
|
void |
setSubscriberNumber(String SubscriberNumber)
Set 用户号码,普通格式,示例如:13711112222。
|
void |
setUserReceiveTime(Long UserReceiveTime)
Set 用户实际接收到短信的时间,UNIX 时间戳(单位:秒)。
|
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 PullSmsSendStatus()
public PullSmsSendStatus(PullSmsSendStatus source)
public Long getUserReceiveTime()
public void setUserReceiveTime(Long UserReceiveTime)
UserReceiveTime
- 用户实际接收到短信的时间,UNIX 时间戳(单位:秒)。public String getCountryCode()
public void setCountryCode(String CountryCode)
CountryCode
- 国家(或地区)码。public String getSubscriberNumber()
public void setSubscriberNumber(String SubscriberNumber)
SubscriberNumber
- 用户号码,普通格式,示例如:13711112222。public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber
- 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8613711112222, 其中前面有一个+号 ,86为国家码,13711112222为手机号。public String getSerialNo()
public void setSerialNo(String SerialNo)
SerialNo
- 本次发送标识 ID。public String getReportStatus()
public void setReportStatus(String ReportStatus)
ReportStatus
- 实际是否收到短信接收状态,SUCCESS(成功)、FAIL(失败)。public String getDescription()
public void setDescription(String Description)
Description
- 用户接收短信状态描述。Copyright © 2021. All rights reserved.