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 SMS request error code.
|
Long |
getFee()
Get Number of billable SMS messages.
|
String |
getIsoCode()
Get Country/Region code, such as CN and US.
|
String |
getMessage()
Get SMS request error message.
|
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 |
getSerialNo()
Get Delivery serial number.
|
String |
getSessionContext()
Get User session content.
|
void |
setCode(String Code)
Set SMS request error code.
|
void |
setFee(Long Fee)
Set Number of billable SMS messages.
|
void |
setIsoCode(String IsoCode)
Set Country/Region code, such as CN and US.
|
void |
setMessage(String Message)
Set SMS request error message.
|
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 |
setSerialNo(String SerialNo)
Set Delivery serial number.
|
void |
setSessionContext(String SessionContext)
Set User session content.
|
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
- Delivery serial number.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 Long getFee()
public void setFee(Long Fee)
Fee
- Number of billable SMS messages. For billing rules, see Billing Policy.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- User session content.public String getCode()
public void setCode(String Code)
Code
- SMS request error code. For specific meanings, see [Error Codes](https://intl.cloud.tencent.com/zh/document/product/382/40536#6.-error-code). `Ok` will be returned for successful delivery.public String getMessage()
public void setMessage(String Message)
Message
- SMS request error message.public String getIsoCode()
public void setIsoCode(String IsoCode)
IsoCode
- Country/Region code, such as CN and US. For unrecognized country/region codes, `DEF` is returned by default. For the specific list of supported values, please see [Global SMS Price Overview](https://intl.cloud.tencent.com/document/product/382/18051?from_cn_redirect=1).Copyright © 2023. All rights reserved.