public class PinnedCommentImpl extends Object implements PinnedComment
Constructor and Description |
---|
PinnedCommentImpl(Comment comment,
String pinnedBy,
Timestamp pinnedDate) |
Modifier and Type | Method and Description |
---|---|
Comment |
getComment() |
String |
getPinnedBy() |
Timestamp |
getPinnedDate() |
static PinnedCommentImpl |
toPinnedComment(Comment comment,
CommentPinDTO commentPinDTO) |
String |
toString() |
public Comment getComment()
getComment
in interface PinnedComment
public String getPinnedBy()
getPinnedBy
in interface PinnedComment
public Timestamp getPinnedDate()
getPinnedDate
in interface PinnedComment
public static PinnedCommentImpl toPinnedComment(Comment comment, CommentPinDTO commentPinDTO)
Copyright © 2002-2023 Atlassian. All Rights Reserved.