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

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

Constructor Summary
ForkApplyPayload()
           
 
Method Summary
 String getAfter()
           
 String getBefore()
           
 String getHead()
           
 ForkApplyPayload setAfter(String after)
           
 ForkApplyPayload setBefore(String before)
           
 ForkApplyPayload setHead(String head)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForkApplyPayload

public ForkApplyPayload()
Method Detail

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.