public class BatchOTOQueryResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchOTOQueryResponseBody.BatchOTOQueryResponseBodyMessageReadInfoList |
| 限定符和类型 | 字段和说明 |
|---|---|
List<BatchOTOQueryResponseBody.BatchOTOQueryResponseBodyMessageReadInfoList> |
messageReadInfoList |
String |
sendStatus |
| 构造器和说明 |
|---|
BatchOTOQueryResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchOTOQueryResponseBody |
build(Map<String,?> map) |
List<BatchOTOQueryResponseBody.BatchOTOQueryResponseBodyMessageReadInfoList> |
getMessageReadInfoList() |
String |
getSendStatus() |
BatchOTOQueryResponseBody |
setMessageReadInfoList(List<BatchOTOQueryResponseBody.BatchOTOQueryResponseBodyMessageReadInfoList> messageReadInfoList) |
BatchOTOQueryResponseBody |
setSendStatus(String sendStatus) |
@NameInMap(value="messageReadInfoList") public List<BatchOTOQueryResponseBody.BatchOTOQueryResponseBodyMessageReadInfoList> messageReadInfoList
@NameInMap(value="sendStatus") public String sendStatus
public static BatchOTOQueryResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic BatchOTOQueryResponseBody setMessageReadInfoList(List<BatchOTOQueryResponseBody.BatchOTOQueryResponseBodyMessageReadInfoList> messageReadInfoList)
public List<BatchOTOQueryResponseBody.BatchOTOQueryResponseBodyMessageReadInfoList> getMessageReadInfoList()
public BatchOTOQueryResponseBody setSendStatus(String sendStatus)
public String getSendStatus()
Copyright © 2022. All rights reserved.