org.eclipse.egit.github.core.event
Class GistPayload
java.lang.Object
org.eclipse.egit.github.core.event.EventPayload
org.eclipse.egit.github.core.event.GistPayload
- All Implemented Interfaces:
- Serializable
public class GistPayload
- extends EventPayload
- implements Serializable
GistEvent 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 |
GistPayload
public GistPayload()
getAction
public String getAction()
- Returns:
- action
setAction
public GistPayload setAction(String action)
- Parameters:
action
-
- Returns:
- this GistPayload
getGist
public Gist getGist()
- Returns:
- gist
setGist
public GistPayload setGist(Gist gist)
- Parameters:
gist
-
- Returns:
- this GistPayload
Copyright © 2012. All Rights Reserved.