NIMSDK-AOS
10.5.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
model
QChatQuickCommentDetail.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.model;
2
3
import
java.io.Serializable;
4
import
java.util.List;
5
9
public
interface
QChatQuickCommentDetail
extends
Serializable {
10
15
int
getType
();
20
int
getCount
();
21
26
boolean
hasSelf
();
27
32
long
getCreateTime
();
33
38
List<String>
getSeveralAccids
();
39
40
}
com.netease.nimlib.sdk.qchat.model.QChatQuickCommentDetail
某一类型评论详情
Definition:
QChatQuickCommentDetail.java:9
com.netease.nimlib.sdk.qchat.model.QChatQuickCommentDetail.getCreateTime
long getCreateTime()
创建时间,单位毫秒,默认值为0
com.netease.nimlib.sdk.qchat.model.QChatQuickCommentDetail.getType
int getType()
获取评论类型
com.netease.nimlib.sdk.qchat.model.QChatQuickCommentDetail.getCount
int getCount()
获取评论数量
com.netease.nimlib.sdk.qchat.model.QChatQuickCommentDetail.getSeveralAccids
List< String > getSeveralAccids()
获取若干个添加了此类型评论的accid列表,不是按照操作时间排序的,可以认为是随机取了N个 ...
com.netease.nimlib.sdk.qchat.model.QChatQuickCommentDetail.hasSelf
boolean hasSelf()
自己是否添加了该类型评论
生成于 2024年 十月 15日 星期二 18:40:26 , 为 NIMSDK-AOS使用
1.8.13