public class Comment
extends java.lang.Object
| Constructor and Description |
|---|
Comment(long id,
java.lang.String text,
java.util.Date createdAt,
UserDto creator,
java.util.List<MentionDto> mentions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getCreatedAt() |
UserDto |
getCreator() |
long |
getId() |
java.util.List<MentionDto> |
getMentions() |
java.lang.String |
getText() |
public Comment(long id,
java.lang.String text,
java.util.Date createdAt,
UserDto creator,
java.util.List<MentionDto> mentions)
public long getId()
public java.lang.String getText()
public java.util.Date getCreatedAt()
public UserDto getCreator()
public java.util.List<MentionDto> getMentions()