|
NIMSDK-AOS
10.9.60
|
消息评论详情 更多...
Public 成员函数 | |
| Long | getServerId () |
| 获取服务器Id 更多... | |
| Long | getChannelId () |
| 获取channelId 更多... | |
| Long | getMsgIdServer () |
| 获取消息服务端Id 更多... | |
| int | getTotalCount () |
| 获取总评论数 更多... | |
| long | getLastUpdateTime () |
| 获取消息评论最后一次操作的时间 更多... | |
| List< QChatQuickCommentDetail > | getDetails () |
| 获取评论详情列表 更多... | |
消息评论详情
在文件 QChatMessageQuickCommentDetail.java 第 9 行定义.
| Long com.netease.nimlib.sdk.qchat.model.QChatMessageQuickCommentDetail.getChannelId | ( | ) |
获取channelId
| List<QChatQuickCommentDetail> com.netease.nimlib.sdk.qchat.model.QChatMessageQuickCommentDetail.getDetails | ( | ) |
获取评论详情列表
| long com.netease.nimlib.sdk.qchat.model.QChatMessageQuickCommentDetail.getLastUpdateTime | ( | ) |
获取消息评论最后一次操作的时间
| Long com.netease.nimlib.sdk.qchat.model.QChatMessageQuickCommentDetail.getMsgIdServer | ( | ) |
获取消息服务端Id
| Long com.netease.nimlib.sdk.qchat.model.QChatMessageQuickCommentDetail.getServerId | ( | ) |
获取服务器Id
| int com.netease.nimlib.sdk.qchat.model.QChatMessageQuickCommentDetail.getTotalCount | ( | ) |
获取总评论数
1.8.11