ApiCommentReply
表示 ApiCommentReply 类。
属性
| 名称 | 类型 | 描述 |
|---|---|---|
| AuthorName | string | 返回或设置批注回复作者的姓名。 |
| Text | string | 返回或设置批注回复文本。 |
| Time | number | string | 返回或设置当前时区格式的批注回复创建时间戳。 |
| TimeUTC | number | string | 返回或设置 UTC 格式的批注回复创建时间戳。 |
| UserId | string | 返回或设置批注回复作者的用户 ID。 |
方法
| 方法 | 返回值 | 描述 |
|---|---|---|
| GetAuthorName | string | 返回批注回复作者的姓名。 |
| GetClassType | "commentReply" | 返回 ApiCommentReply 类的类型。 |
| GetText | string | 返回批注回复文本。 |
| GetTime | Number | 返回当前时区格式的批注回复创建时间戳。 |
| GetTimeUTC | Number | 返回 UTC 格式的批注回复创建时间戳。 |
| GetUserId | string | 返回批注回复作者的用户 ID。 |
| SetAuthorName | 无 | 设置批注回复作者的姓名。 |
| SetText | 无 | 设置批注回复文本。 |
| SetTime | 无 | 设置当前时区格式的批注回复创建时间戳。 |
| SetTimeUTC | 无 | 设置 UTC 格式的批注回复创建时间戳。 |
| SetUserId | 无 | 设置批注回复作者的用户 ID。 |