public class QChatQuickCommentParam
extends java.lang.Object
构造器和说明 |
---|
QChatQuickCommentParam(QChatMessage commentMessage,
int type) |
限定符和类型 | 方法和说明 |
---|---|
QChatMessage |
getCommentMessage()
被评论消息
|
int |
getType()
获取评论类型
|
public QChatQuickCommentParam(QChatMessage commentMessage, int type)
commentMessage
- 被评论消息type
- 评论类型public QChatMessage getCommentMessage()
public int getType()