NIMSDK-AOS  9.16.0
Public 成员函数 | Protected 成员函数 | Protected 属性 | 所有成员列表
com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult类 参考abstract
类 com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult 继承关系图:
com.netease.nimlib.sdk.qchat.result.QChatGetBannedServerMembersByPageResult com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult com.netease.nimlib.sdk.qchat.result.QChatGetChannelBlackWhiteMembersByPageResult com.netease.nimlib.sdk.qchat.result.QChatGetChannelBlackWhiteRolesByPageResult com.netease.nimlib.sdk.qchat.result.QChatGetChannelCategoriesByPageResult com.netease.nimlib.sdk.qchat.result.QChatGetChannelCategoryBlackWhiteMembersByPageResult com.netease.nimlib.sdk.qchat.result.QChatGetChannelCategoryBlackWhiteRolesByPageResult com.netease.nimlib.sdk.qchat.result.QChatGetChannelMembersByPageResult com.netease.nimlib.sdk.qchat.result.QChatGetChannelsByPageResult com.netease.nimlib.sdk.qchat.result.QChatGetChannelsInCategoryByPageResult com.netease.nimlib.sdk.qchat.result.QChatGetMentionedMeMessagesResult com.netease.nimlib.sdk.qchat.result.QChatGetServerMembersByPageResult com.netease.nimlib.sdk.qchat.result.QChatGetServersByPageResult

Public 成员函数

boolean isHasMore ()
 获取是否还有下一页的标志 更多...
 
long getNextTimeTag ()
 获取下一次翻页时的起始时间戳 更多...
 
String toString ()
 

Protected 成员函数

 QChatGetByPageResult ()
 
 QChatGetByPageResult (boolean hasMore, long nextTimeTag)
 

Protected 属性

final boolean hasMore
 表示是否还有下一页 更多...
 
final long nextTimeTag
 下一次翻页时的起始时间戳 更多...
 

详细描述

在文件 QChatGetByPageResult.java3 行定义.

构造及析构函数说明

◆ QChatGetByPageResult() [1/2]

com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult.QChatGetByPageResult ( )
protected

在文件 QChatGetByPageResult.java14 行定义.

◆ QChatGetByPageResult() [2/2]

com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult.QChatGetByPageResult ( boolean  hasMore,
long  nextTimeTag 
)
protected

在文件 QChatGetByPageResult.java19 行定义.

成员函数说明

◆ getNextTimeTag()

long com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult.getNextTimeTag ( )

获取下一次翻页时的起始时间戳

返回

在文件 QChatGetByPageResult.java36 行定义.

◆ isHasMore()

boolean com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult.isHasMore ( )

获取是否还有下一页的标志

返回

在文件 QChatGetByPageResult.java28 行定义.

◆ toString()

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

在文件 QChatGetByPageResult.java41 行定义.

类成员变量说明

◆ hasMore

final boolean com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult.hasMore
protected

表示是否还有下一页

在文件 QChatGetByPageResult.java7 行定义.

◆ nextTimeTag

final long com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult.nextTimeTag
protected

下一次翻页时的起始时间戳

在文件 QChatGetByPageResult.java12 行定义.


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