org.eclipse.egit.github.core.event
Class IssueCommentPayload
java.lang.Object
org.eclipse.egit.github.core.event.EventPayload
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueCommentPayload
public IssueCommentPayload()
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.