NIMSDK-AOS  9.16.3
QChatMessageQuickCommentDetail.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qchat.model;
2 
3 import java.io.Serializable;
4 import java.util.List;
5 
9 public interface QChatMessageQuickCommentDetail extends Serializable {
10 
15  Long getServerId();
16 
21  Long getChannelId();
22 
27  Long getMsgIdServer();
28 
33  int getTotalCount();
34 
39  long getLastUpdateTime();
40 
45  List<QChatQuickCommentDetail> getDetails();
46 
47 }
long getLastUpdateTime()
获取消息评论最后一次操作的时间
List< QChatQuickCommentDetail > getDetails()
获取评论详情列表