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

Public 成员函数

 QChatGetCommentatorsResult (List< QChatCommentator > commentators, boolean hasMore, String pageToken, int total)
 
List< QChatCommentatorgetCommentators ()
 获取评论者的信息 更多...
 
boolean isHasMore ()
 是否还有下一页 更多...
 
String getPageToken ()
 分页标记,翻下一页时使用 更多...
 
int getTotal ()
 该快捷评论下的评论者总数量 更多...
 
String toString ()
 

详细描述

在文件 QChatGetCommentatorsResult.java8 行定义.

构造及析构函数说明

◆ QChatGetCommentatorsResult()

com.netease.nimlib.sdk.qchat.result.QChatGetCommentatorsResult.QChatGetCommentatorsResult ( List< QChatCommentator commentators,
boolean  hasMore,
String  pageToken,
int  total 
)

在文件 QChatGetCommentatorsResult.java34 行定义.

成员函数说明

◆ getCommentators()

List<QChatCommentator> com.netease.nimlib.sdk.qchat.result.QChatGetCommentatorsResult.getCommentators ( )

获取评论者的信息

返回

在文件 QChatGetCommentatorsResult.java45 行定义.

◆ getPageToken()

String com.netease.nimlib.sdk.qchat.result.QChatGetCommentatorsResult.getPageToken ( )

分页标记,翻下一页时使用

返回

在文件 QChatGetCommentatorsResult.java61 行定义.

◆ getTotal()

int com.netease.nimlib.sdk.qchat.result.QChatGetCommentatorsResult.getTotal ( )

该快捷评论下的评论者总数量

返回

在文件 QChatGetCommentatorsResult.java69 行定义.

◆ isHasMore()

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

是否还有下一页

返回

在文件 QChatGetCommentatorsResult.java53 行定义.

◆ toString()

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

在文件 QChatGetCommentatorsResult.java74 行定义.


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