|
NIMSDK-AOS
9.21.0
|
Public 成员函数 | |
| QChatGetChannelBlackWhiteRolesByPageResult (List< QChatServerRole > roleList) | |
| QChatGetChannelBlackWhiteRolesByPageResult (boolean hasMore, long nextTimeTag, List< QChatServerRole > roleList) | |
| List< QChatServerRole > | getRoleList () |
| 获取查询到的身份组列表 更多... | |
| String | toString () |
Public 成员函数 继承自 com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult | |
| boolean | isHasMore () |
| 获取是否还有下一页的标志 更多... | |
| long | getNextTimeTag () |
| 获取下一次翻页时的起始时间戳 更多... | |
| String | toString () |
额外继承的成员函数 | |
Protected 成员函数 继承自 com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult | |
| QChatGetByPageResult () | |
| QChatGetByPageResult (boolean hasMore, long nextTimeTag) | |
Protected 属性 继承自 com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult | |
| final boolean | hasMore |
| 表示是否还有下一页 更多... | |
| final long | nextTimeTag |
| 下一次翻页时的起始时间戳 更多... | |
在文件 QChatGetChannelBlackWhiteRolesByPageResult.java 第 7 行定义.
| com.netease.nimlib.sdk.qchat.result.QChatGetChannelBlackWhiteRolesByPageResult.QChatGetChannelBlackWhiteRolesByPageResult | ( | List< QChatServerRole > | roleList | ) |
| com.netease.nimlib.sdk.qchat.result.QChatGetChannelBlackWhiteRolesByPageResult.QChatGetChannelBlackWhiteRolesByPageResult | ( | boolean | hasMore, |
| long | nextTimeTag, | ||
| List< QChatServerRole > | roleList | ||
| ) |
| List<QChatServerRole> com.netease.nimlib.sdk.qchat.result.QChatGetChannelBlackWhiteRolesByPageResult.getRoleList | ( | ) |
| String com.netease.nimlib.sdk.qchat.result.QChatGetChannelBlackWhiteRolesByPageResult.toString | ( | ) |
1.8.11