public class SendStatus extends AbstractModel
Constructor and Description |
---|
SendStatus() |
SendStatus(SendStatus 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 |
getCode()
Get 短信请求错误码,具体含义请参考错误码。
|
Long |
getFee()
Get 计费条数,计费规则请查询 [计费策略](https://cloud.tencent.com/document/product/382/36135)。
|
String |
getIsoCode()
Get 国家码或地区码,例如CN,US等,对于未识别出国家码或者地区码,默认返回DEF,具体支持列表请参考国际/港澳台计费总览。
|
String |
getMessage()
Get 短信请求错误码描述。
|
String |
getPhoneNumber()
Get 手机号码,e.164标准,+[国家或地区码][手机号] ,示例如:+8613711112222, 其中前面有一个+号 ,86为国家码,13711112222为手机号。
|
String |
getSerialNo()
Get 发送流水号。
|
String |
getSessionContext()
Get 用户Session内容。
|
void |
setCode(String Code)
Set 短信请求错误码,具体含义请参考错误码。
|
void |
setFee(Long Fee)
Set 计费条数,计费规则请查询 [计费策略](https://cloud.tencent.com/document/product/382/36135)。
|
void |
setIsoCode(String IsoCode)
Set 国家码或地区码,例如CN,US等,对于未识别出国家码或者地区码,默认返回DEF,具体支持列表请参考国际/港澳台计费总览。
|
void |
setMessage(String Message)
Set 短信请求错误码描述。
|
void |
setPhoneNumber(String PhoneNumber)
Set 手机号码,e.164标准,+[国家或地区码][手机号] ,示例如:+8613711112222, 其中前面有一个+号 ,86为国家码,13711112222为手机号。
|
void |
setSerialNo(String SerialNo)
Set 发送流水号。
|
void |
setSessionContext(String SessionContext)
Set 用户Session内容。
|
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 SendStatus()
public SendStatus(SendStatus source)
public String getSerialNo()
public void setSerialNo(String SerialNo)
SerialNo
- 发送流水号。public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber
- 手机号码,e.164标准,+[国家或地区码][手机号] ,示例如:+8613711112222, 其中前面有一个+号 ,86为国家码,13711112222为手机号。public Long getFee()
public void setFee(Long Fee)
Fee
- 计费条数,计费规则请查询 [计费策略](https://cloud.tencent.com/document/product/382/36135)。public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- 用户Session内容。public String getCode()
public void setCode(String Code)
Code
- 短信请求错误码,具体含义请参考错误码。public String getMessage()
public void setMessage(String Message)
Message
- 短信请求错误码描述。public String getIsoCode()
public void setIsoCode(String IsoCode)
IsoCode
- 国家码或地区码,例如CN,US等,对于未识别出国家码或者地区码,默认返回DEF,具体支持列表请参考国际/港澳台计费总览。Copyright © 2021. All rights reserved.