NIMSDK-AOS
9.19.0
|
Public 成员函数 | |
QChatSearchServerByPageResult (String cursor, List< QChatServer > servers) | |
QChatSearchServerByPageResult (boolean hasMore, long nextTimeTag, String cursor, List< QChatServer > servers) | |
List< QChatServer > | getServers () |
获取查询到的服务器 更多... | |
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 |
下一次翻页时的起始时间戳 更多... | |
在文件 QChatSearchServerByPageResult.java 第 7 行定义.
com.netease.nimlib.sdk.qchat.result.QChatSearchServerByPageResult.QChatSearchServerByPageResult | ( | String | cursor, |
List< QChatServer > | servers | ||
) |
在文件 QChatSearchServerByPageResult.java 第 13 行定义.
com.netease.nimlib.sdk.qchat.result.QChatSearchServerByPageResult.QChatSearchServerByPageResult | ( | boolean | hasMore, |
long | nextTimeTag, | ||
String | cursor, | ||
List< QChatServer > | servers | ||
) |
在文件 QChatSearchServerByPageResult.java 第 18 行定义.
List<QChatServer> com.netease.nimlib.sdk.qchat.result.QChatSearchServerByPageResult.getServers | ( | ) |
获取查询到的服务器
在文件 QChatSearchServerByPageResult.java 第 27 行定义.
String com.netease.nimlib.sdk.qchat.result.QChatSearchServerByPageResult.toString | ( | ) |
在文件 QChatSearchServerByPageResult.java 第 32 行定义.