ApiCommentReply
表示 ApiCommentReply 类。
方法
| 方法 | 返回值 | 描述 |
|---|---|---|
| GetAuthorName | string | 返回批注回复作者的姓名。 |
| GetClassType | "commentReply" | 返回 ApiCommentReply 类的类型。 |
| GetText | string | 返回批注回复文本。 |
| SetAuthorName | ApiCommentReply | 设置批注回复作者的姓名。 |
| SetText | ApiCommentReply | 设置批注回复文本。 |
| SetUserId | ApiCommentReply | 设置批注回复作者的用户 ID。 |