org.eclipse.egit.github.core.event
Class PullRequestReviewCommentPayload

java.lang.Object
  extended by org.eclipse.egit.github.core.event.EventPayload
      extended by org.eclipse.egit.github.core.event.PullRequestReviewCommentPayload
All Implemented Interfaces:
Serializable

public class PullRequestReviewCommentPayload
extends EventPayload
implements Serializable

Payload for an event with type Event.TYPE_PULL_REQUEST_REVIEW_COMMENT

See Also:
Serialized Form

Constructor Summary
PullRequestReviewCommentPayload()
           
 
Method Summary
 CommitComment getComment()
           
 PullRequestReviewCommentPayload setComment(CommitComment comment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PullRequestReviewCommentPayload

public PullRequestReviewCommentPayload()
Method Detail

getComment

public CommitComment getComment()
Returns:
comment

setComment

public PullRequestReviewCommentPayload setComment(CommitComment comment)
Parameters:
comment -
Returns:
this payload


Copyright © 2012. All Rights Reserved.