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

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

public class IssueCommentPayload
extends EventPayload
implements Serializable

IssueCommentEvent payload model class.

See Also:
Serialized Form

Constructor Summary
IssueCommentPayload()
           
 
Method Summary
 String getAction()
           
 Comment getComment()
           
 Issue getIssue()
           
 IssueCommentPayload setAction(String action)
           
 IssueCommentPayload setComment(Comment comment)
           
 IssueCommentPayload setIssue(Issue issue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueCommentPayload

public IssueCommentPayload()
Method Detail

getAction

public String getAction()
Returns:
action

setAction

public IssueCommentPayload setAction(String action)
Parameters:
action -
Returns:
this IssueCommentPayload

getIssue

public Issue getIssue()
Returns:
issue

setIssue

public IssueCommentPayload setIssue(Issue issue)
Parameters:
issue -
Returns:
this IssueCommentPayload

getComment

public Comment getComment()
Returns:
comment

setComment

public IssueCommentPayload setComment(Comment comment)
Parameters:
comment -
Returns:
this IssueCommentPayload


Copyright © 2012. All Rights Reserved.