org.eclipse.egit.github.core.event
Class ForkApplyPayload
java.lang.Object
org.eclipse.egit.github.core.event.EventPayload
org.eclipse.egit.github.core.event.ForkApplyPayload
- All Implemented Interfaces:
- Serializable
public class ForkApplyPayload
- extends EventPayload
- implements Serializable
ForkApplyEvent 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 |
ForkApplyPayload
public ForkApplyPayload()
getHead
public String getHead()
- Returns:
- head
setHead
public ForkApplyPayload setHead(String head)
- Parameters:
head
-
- Returns:
- this ForkApplyPayload
getBefore
public String getBefore()
- Returns:
- before
setBefore
public ForkApplyPayload setBefore(String before)
- Parameters:
before
-
- Returns:
- this ForkApplyPayload
getAfter
public String getAfter()
- Returns:
- after
setAfter
public ForkApplyPayload setAfter(String after)
- Parameters:
after
-
- Returns:
- this ForkApplyPayload
Copyright © 2012. All Rights Reserved.