public class IssueCommentPayload extends EventPayload implements java.io.Serializable
| Constructor and Description |
|---|
IssueCommentPayload() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction() |
Comment |
getComment() |
Issue |
getIssue() |
IssueCommentPayload |
setAction(java.lang.String action) |
IssueCommentPayload |
setComment(Comment comment) |
IssueCommentPayload |
setIssue(Issue issue) |
public java.lang.String getAction()
public IssueCommentPayload setAction(java.lang.String action)
action - public Issue getIssue()
public IssueCommentPayload setIssue(Issue issue)
issue - public Comment getComment()
public IssueCommentPayload setComment(Comment comment)
comment -