|
NIMSDK-AOS
10.9.76
|
Public 成员函数 | |
| String | getCursor () |
| 获取查询游标,下次查询的起始位置 更多... | |
| void | setCursor (String cursor) |
| 设置查询游标,下次查询的起始位置 更多... | |
| String | toString () |
Public 成员函数 继承自 com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult | |
| boolean | isHasMore () |
| 获取是否还有下一页的标志 更多... | |
| long | getNextTimeTag () |
| 获取下一次翻页时的起始时间戳 更多... | |
| String | toString () |
Protected 成员函数 | |
| QChatGetByPageWithCursorResult () | |
| QChatGetByPageWithCursorResult (String cursor) | |
| QChatGetByPageWithCursorResult (boolean hasMore, long nextTimeTag, String cursor) | |
Protected 成员函数 继承自 com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult | |
| QChatGetByPageResult () | |
| QChatGetByPageResult (boolean hasMore, long nextTimeTag) | |
Protected 属性 | |
| String | cursor |
| 可选:查询游标,下次查询的起始位置 更多... | |
Protected 属性 继承自 com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult | |
| final boolean | hasMore |
| 表示是否还有下一页 更多... | |
| final long | nextTimeTag |
| 下一次翻页时的起始时间戳 更多... | |
在文件 QChatGetByPageWithCursorResult.java 第 3 行定义.
|
protected |
在文件 QChatGetByPageWithCursorResult.java 第 9 行定义.
|
protected |
在文件 QChatGetByPageWithCursorResult.java 第 14 行定义.
|
protected |
在文件 QChatGetByPageWithCursorResult.java 第 19 行定义.
| String com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult.getCursor | ( | ) |
| void com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult.setCursor | ( | String | cursor | ) |
| String com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult.toString | ( | ) |
在文件 QChatGetByPageWithCursorResult.java 第 41 行定义.
|
protected |
可选:查询游标,下次查询的起始位置
在文件 QChatGetByPageWithCursorResult.java 第 7 行定义.
1.8.11