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 CommentBuilder
builder()
Static method factory for CommentBuilderUID<Account>
getAuthor()
String
getAuthorDisplayName()
Instant
getCreationDate()
Instant
getLastModified()
String
getMsg()
UUID
getUuid()
-
-
-
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()
-
-