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

java.lang.Object
  extended by org.eclipse.egit.github.core.event.EventPayload
      extended by org.eclipse.egit.github.core.event.CreatePayload
All Implemented Interfaces:
Serializable

public class CreatePayload
extends EventPayload
implements Serializable

CreateEvent payload model class.

See Also:
Serialized Form

Constructor Summary
CreatePayload()
           
 
Method Summary
 String getDescription()
           
 String getMasterBranch()
           
 String getRef()
           
 String getRefType()
           
 CreatePayload setDescription(String description)
           
 CreatePayload setMasterBranch(String masterBranch)
           
 CreatePayload setRef(String ref)
           
 CreatePayload setRefType(String refType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePayload

public CreatePayload()
Method Detail

getRefType

public String getRefType()
Returns:
refType

setRefType

public CreatePayload setRefType(String refType)
Parameters:
refType -
Returns:
this CreatePayload

getRef

public String getRef()
Returns:
ref

setRef

public CreatePayload setRef(String ref)
Parameters:
ref -
Returns:
this CreatePayload

getMasterBranch

public String getMasterBranch()
Returns:
masterBranch

setMasterBranch

public CreatePayload setMasterBranch(String masterBranch)
Parameters:
masterBranch -
Returns:
this CreatePayload

getDescription

public String getDescription()
Returns:
description

setDescription

public CreatePayload setDescription(String description)
Parameters:
description -
Returns:
this CreatePayload


Copyright © 2012. All Rights Reserved.