NIMSDK-AOS  9.15.0
Public 成员函数 | Protected 成员函数 | Protected 属性 | 所有成员列表
com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult类 参考abstract
类 com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult 继承关系图:
com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult com.netease.nimlib.sdk.qchat.result.QChatSearchChannelByPageResult com.netease.nimlib.sdk.qchat.result.QChatSearchMsgByPageResult com.netease.nimlib.sdk.qchat.result.QChatSearchServerByPageResult

Public 成员函数

String getCursor ()
 获取查询游标,下次查询的起始位置 更多...
 
void setCursor (String cursor)
 设置查询游标,下次查询的起始位置 更多...
 
String toString ()
 
- Public 成员函数 继承自 com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult
boolean isHasMore ()
 获取是否还有下一页的标志 更多...
 
long getNextTimeTag ()
 获取下一次翻页时的起始时间戳 更多...
 
String toString ()
 

Protected 成员函数

 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 属性

String cursor
 可选:查询游标,下次查询的起始位置 更多...
 
- Protected 属性 继承自 com.netease.nimlib.sdk.qchat.result.QChatGetByPageResult
final boolean hasMore
 表示是否还有下一页 更多...
 
final long nextTimeTag
 下一次翻页时的起始时间戳 更多...
 

详细描述

在文件 QChatGetByPageWithCursorResult.java3 行定义.

构造及析构函数说明

◆ QChatGetByPageWithCursorResult() [1/3]

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

在文件 QChatGetByPageWithCursorResult.java9 行定义.

◆ QChatGetByPageWithCursorResult() [2/3]

com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult.QChatGetByPageWithCursorResult ( String  cursor)
protected

在文件 QChatGetByPageWithCursorResult.java14 行定义.

◆ QChatGetByPageWithCursorResult() [3/3]

com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult.QChatGetByPageWithCursorResult ( boolean  hasMore,
long  nextTimeTag,
String  cursor 
)
protected

在文件 QChatGetByPageWithCursorResult.java19 行定义.

成员函数说明

◆ getCursor()

String com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult.getCursor ( )

获取查询游标,下次查询的起始位置

返回

在文件 QChatGetByPageWithCursorResult.java28 行定义.

◆ setCursor()

void com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult.setCursor ( String  cursor)

设置查询游标,下次查询的起始位置

参数
cursor

在文件 QChatGetByPageWithCursorResult.java36 行定义.

◆ toString()

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

在文件 QChatGetByPageWithCursorResult.java41 行定义.

类成员变量说明

◆ cursor

String com.netease.nimlib.sdk.qchat.result.QChatGetByPageWithCursorResult.cursor
protected

可选:查询游标,下次查询的起始位置

在文件 QChatGetByPageWithCursorResult.java7 行定义.


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