NIMSDK-AOS  9.17.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.qchat.model.QChatMessageQuickCommentDetail接口 参考

消息评论详情 更多...

类 com.netease.nimlib.sdk.qchat.model.QChatMessageQuickCommentDetail 继承关系图:

Public 成员函数

Long getServerId ()
 获取服务器Id 更多...
 
Long getChannelId ()
 获取channelId 更多...
 
Long getMsgIdServer ()
 获取消息服务端Id 更多...
 
int getTotalCount ()
 获取总评论数 更多...
 
long getLastUpdateTime ()
 获取消息评论最后一次操作的时间 更多...
 
List< QChatQuickCommentDetailgetDetails ()
 获取评论详情列表 更多...
 

详细描述

消息评论详情

在文件 QChatMessageQuickCommentDetail.java9 行定义.

成员函数说明

◆ getChannelId()

Long com.netease.nimlib.sdk.qchat.model.QChatMessageQuickCommentDetail.getChannelId ( )

获取channelId

返回

◆ getDetails()

List<QChatQuickCommentDetail> com.netease.nimlib.sdk.qchat.model.QChatMessageQuickCommentDetail.getDetails ( )

获取评论详情列表

返回

◆ getLastUpdateTime()

long com.netease.nimlib.sdk.qchat.model.QChatMessageQuickCommentDetail.getLastUpdateTime ( )

获取消息评论最后一次操作的时间

返回

◆ getMsgIdServer()

Long com.netease.nimlib.sdk.qchat.model.QChatMessageQuickCommentDetail.getMsgIdServer ( )

获取消息服务端Id

返回

◆ getServerId()

Long com.netease.nimlib.sdk.qchat.model.QChatMessageQuickCommentDetail.getServerId ( )

获取服务器Id

返回

◆ getTotalCount()

int com.netease.nimlib.sdk.qchat.model.QChatMessageQuickCommentDetail.getTotalCount ( )

获取总评论数

返回

该接口的文档由以下文件生成: