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