public class Comment extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Comment.Builder |
| 构造器和说明 |
|---|
Comment() |
Comment(Comment.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
Long |
getId() |
Long |
getParentId() |
static Comment.Builder |
newBuilder() |
void |
setContent(String content) |
void |
setId(Long id) |
void |
setParentId(Long parentId) |
public Comment()
public Comment(Comment.Builder builder)
Copyright © 2022. All rights reserved.