NIMSDK-AOS
9.19.0
|
检索消息的接口 结果 更多...
Public 成员函数 | |
QChatSearchMsgByPageResult (String cursor, List< QChatMessage > messages) | |
QChatSearchMsgByPageResult (boolean hasMore, long nextTimeTag, String cursor, List< QChatMessage > messages) | |
boolean | isHasMore () |
获取是否还有下一页的标志 更多... | |
long | getNextTimeTag () |
获取下一次翻页时的起始时间戳 更多... | |
String | getCursor () |
获取查询游标,下次查询的起始位置 更多... | |
List< QChatMessage > | getMessages () |
获取查询到的消息列表 更多... | |
String | toString () |
Public 成员函数 继承自 com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult | |
String | getCursor () |
获取查询游标,下次查询的起始位置 更多... | |
void | setCursor (String cursor) |
设置查询游标,下次查询的起始位置 更多... | |
String | toString () |
Public 成员函数 继承自 com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult | |
boolean | isHasMore () |
获取是否还有下一页的标志 更多... | |
long | getNextTimeTag () |
获取下一次翻页时的起始时间戳 更多... | |
String | toString () |
额外继承的成员函数 | |
Protected 成员函数 继承自 com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult | |
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 属性 继承自 com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult | |
String | cursor |
可选:查询游标,下次查询的起始位置 更多... | |
Protected 属性 继承自 com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult | |
final boolean | hasMore |
表示是否还有下一页 更多... | |
final long | nextTimeTag |
下一次翻页时的起始时间戳 更多... | |
检索消息的接口 结果
在文件 QChatSearchMsgByPageResult.java 第 10 行定义.
com.netease.nimlib.sdk.qchat.result.QChatSearchMsgByPageResult.QChatSearchMsgByPageResult | ( | String | cursor, |
List< QChatMessage > | messages | ||
) |
在文件 QChatSearchMsgByPageResult.java 第 17 行定义.
com.netease.nimlib.sdk.qchat.result.QChatSearchMsgByPageResult.QChatSearchMsgByPageResult | ( | boolean | hasMore, |
long | nextTimeTag, | ||
String | cursor, | ||
List< QChatMessage > | messages | ||
) |
在文件 QChatSearchMsgByPageResult.java 第 22 行定义.
String com.netease.nimlib.sdk.qchat.result.QChatSearchMsgByPageResult.getCursor | ( | ) |
List<QChatMessage> com.netease.nimlib.sdk.qchat.result.QChatSearchMsgByPageResult.getMessages | ( | ) |
long com.netease.nimlib.sdk.qchat.result.QChatSearchMsgByPageResult.getNextTimeTag | ( | ) |
boolean com.netease.nimlib.sdk.qchat.result.QChatSearchMsgByPageResult.isHasMore | ( | ) |
String com.netease.nimlib.sdk.qchat.result.QChatSearchMsgByPageResult.toString | ( | ) |
在文件 QChatSearchMsgByPageResult.java 第 66 行定义.