public class ChatDetailResponse extends ResponseModel
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) List<ChatDetail> |
records |
private String |
scrollId
游标 id
|
| 构造器和说明 |
|---|
ChatDetailResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ChatDetail> |
getRecords() |
String |
getScrollId() |
void |
setRecords(List<ChatDetail> records) |
void |
setScrollId(String scrollId) |
getRequestId, setRequestIdList<ChatDetail> records
private String scrollId
public String getScrollId()
public void setScrollId(String scrollId)
public List<ChatDetail> getRecords()
public void setRecords(List<ChatDetail> records)
Copyright © 2024. All rights reserved.