public static class QuerySendDetailsResponseBody.QuerySendDetailsResponseBodySmsSendDetailDTOsSmsSendDetailDTO
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content
The content of the message.
|
String |
errCode
The status code returned by the carrier.
|
String |
outId
The extended field.
|
String |
phoneNum
The mobile numbers of the recipients.
|
String |
receiveDate
The date and time when the message was received.
|
String |
sendDate
The date and time when the message was sent.
|
Long |
sendStatus
The delivery status of the message.
|
String |
templateCode
The ID of the message template.
|
| 构造器和说明 |
|---|
QuerySendDetailsResponseBodySmsSendDetailDTOsSmsSendDetailDTO() |
@NameInMap(value="Content") public String content
The content of the message.
example:【Aliyun】This is a test message.
@NameInMap(value="ErrCode") public String errCode
The status code returned by the carrier.
DELIVERED
@NameInMap(value="OutId") public String outId
The extended field.
example:123
@NameInMap(value="PhoneNum") public String phoneNum
The mobile numbers of the recipients.
example:1390000****
@NameInMap(value="ReceiveDate") public String receiveDate
The date and time when the message was received.
example:2019-01-08 16:44:13
@NameInMap(value="SendDate") public String sendDate
The date and time when the message was sent.
example:2019-01-08 16:44:10
@NameInMap(value="SendStatus") public Long sendStatus
The delivery status of the message. Valid values:
3
@NameInMap(value="TemplateCode") public String templateCode
The ID of the message template.
example:SMS_12231****
public QuerySendDetailsResponseBodySmsSendDetailDTOsSmsSendDetailDTO()
public static QuerySendDetailsResponseBody.QuerySendDetailsResponseBodySmsSendDetailDTOsSmsSendDetailDTO build(Map<String,?> map) throws Exception
Exceptionpublic QuerySendDetailsResponseBody.QuerySendDetailsResponseBodySmsSendDetailDTOsSmsSendDetailDTO setContent(String content)
public String getContent()
public QuerySendDetailsResponseBody.QuerySendDetailsResponseBodySmsSendDetailDTOsSmsSendDetailDTO setErrCode(String errCode)
public String getErrCode()
public QuerySendDetailsResponseBody.QuerySendDetailsResponseBodySmsSendDetailDTOsSmsSendDetailDTO setOutId(String outId)
public String getOutId()
public QuerySendDetailsResponseBody.QuerySendDetailsResponseBodySmsSendDetailDTOsSmsSendDetailDTO setPhoneNum(String phoneNum)
public String getPhoneNum()
public QuerySendDetailsResponseBody.QuerySendDetailsResponseBodySmsSendDetailDTOsSmsSendDetailDTO setReceiveDate(String receiveDate)
public String getReceiveDate()
public QuerySendDetailsResponseBody.QuerySendDetailsResponseBodySmsSendDetailDTOsSmsSendDetailDTO setSendDate(String sendDate)
public String getSendDate()
public QuerySendDetailsResponseBody.QuerySendDetailsResponseBodySmsSendDetailDTOsSmsSendDetailDTO setSendStatus(Long sendStatus)
public Long getSendStatus()
public QuerySendDetailsResponseBody.QuerySendDetailsResponseBodySmsSendDetailDTOsSmsSendDetailDTO setTemplateCode(String templateCode)
public String getTemplateCode()
Copyright © 2024. All rights reserved.