public class PullRequestReviewCommentPayload extends EventPayload implements java.io.Serializable
Event.TYPE_PULL_REQUEST_REVIEW_COMMENT| Constructor and Description |
|---|
PullRequestReviewCommentPayload() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction() |
CommitComment |
getComment() |
PullRequest |
getPullRequest() |
PullRequestReviewCommentPayload |
setAction(java.lang.String action) |
PullRequestReviewCommentPayload |
setComment(CommitComment comment) |
PullRequestReviewCommentPayload |
setPullRequest(PullRequest pullRequest) |
public java.lang.String getAction()
public PullRequestReviewCommentPayload setAction(java.lang.String action)
action - public CommitComment getComment()
public PullRequestReviewCommentPayload setComment(CommitComment comment)
comment - public PullRequest getPullRequest()
public PullRequestReviewCommentPayload setPullRequest(PullRequest pullRequest)
pullRequest -