public class Comment extends Object implements Serializable
Description:
| 构造器和说明 |
|---|
Comment() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
long |
getCreateTime() |
Date |
getFormatCreateTime() |
void |
setContent(String content) |
void |
setCreateTime(long createTime) |
String |
toString() |
Copyright © 2020. All rights reserved.