Package io.vertigo.social.comment
Class Comment
- java.lang.Object
-
- io.vertigo.social.comment.Comment
-
public final class Comment extends Object
- Author:
- pchretien
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CommentBuilderbuilder()Static method factory for CommentBuilderUID<Account>getAuthor()StringgetAuthorDisplayName()InstantgetCreationDate()InstantgetLastModified()StringgetMsg()UUIDgetUuid()
-
-
-
Method Detail
-
builder
public static CommentBuilder builder()
Static method factory for CommentBuilder- Returns:
- CommentBuilder
-
getUuid
public UUID getUuid()
-
getAuthorDisplayName
public String getAuthorDisplayName()
-
getMsg
public String getMsg()
-
getCreationDate
public Instant getCreationDate()
-
getLastModified
public Instant getLastModified()
-
-