org.eclipse.egit.github.core.event
Class CreatePayload
java.lang.Object
org.eclipse.egit.github.core.event.EventPayload
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreatePayload
public CreatePayload()
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.