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

java.lang.Object
  extended by org.eclipse.egit.github.core.event.EventPayload
      extended by 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

Constructor Summary
GistPayload()
           
 
Method Summary
 String getAction()
           
 Gist getGist()
           
 GistPayload setAction(String action)
           
 GistPayload setGist(Gist gist)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GistPayload

public GistPayload()
Method Detail

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.