NIMSDK-AOS  10.7.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.qchat.result.QChatGetChannelCategoriesByPageResult类 参考
类 com.netease.nimlib.sdk.qchat.result.QChatGetChannelCategoriesByPageResult 继承关系图:
com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult

Public 成员函数

 QChatGetChannelCategoriesByPageResult (List< QChatChannelCategory > categories)
 
 QChatGetChannelCategoriesByPageResult (boolean hasMore, long nextTimeTag, String cursor, List< QChatChannelCategory > categories)
 
List< QChatChannelCategorygetCategories ()
 获取查询到的频道分组列表 更多...
 
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
 下一次翻页时的起始时间戳 更多...
 

详细描述

在文件 QChatGetChannelCategoriesByPageResult.java7 行定义.

构造及析构函数说明

◆ QChatGetChannelCategoriesByPageResult() [1/2]

com.netease.nimlib.sdk.qchat.result.QChatGetChannelCategoriesByPageResult.QChatGetChannelCategoriesByPageResult ( List< QChatChannelCategory categories)

◆ QChatGetChannelCategoriesByPageResult() [2/2]

com.netease.nimlib.sdk.qchat.result.QChatGetChannelCategoriesByPageResult.QChatGetChannelCategoriesByPageResult ( boolean  hasMore,
long  nextTimeTag,
String  cursor,
List< QChatChannelCategory categories 
)

成员函数说明

◆ getCategories()

List<QChatChannelCategory> com.netease.nimlib.sdk.qchat.result.QChatGetChannelCategoriesByPageResult.getCategories ( )

获取查询到的频道分组列表

返回

在文件 QChatGetChannelCategoriesByPageResult.java28 行定义.

◆ toString()

String com.netease.nimlib.sdk.qchat.result.QChatGetChannelCategoriesByPageResult.toString ( )

该类的文档由以下文件生成: