public class CommentEvent extends Object
| 构造器和说明 |
|---|
CommentEvent(String fileToken,
String fileType,
String commentId,
String replyId,
String operatorId,
boolean mentionedBot,
long timestamp,
Object raw) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommentId() |
String |
getFileToken() |
String |
getFileType() |
String |
getOperatorId() |
Object |
getRaw() |
String |
getReplyId() |
long |
getTimestamp() |
boolean |
isMentionedBot() |
public String getFileToken()
public String getFileType()
public String getCommentId()
public String getReplyId()
public String getOperatorId()
public boolean isMentionedBot()
public long getTimestamp()
public Object getRaw()
Copyright © 2026. All rights reserved.