org.eclipse.egit.github.core.event
Class DownloadPayload
java.lang.Object
org.eclipse.egit.github.core.event.EventPayload
org.eclipse.egit.github.core.event.DownloadPayload
- All Implemented Interfaces:
- Serializable
public class DownloadPayload
- extends EventPayload
- implements Serializable
DownloadEvent 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 |
DownloadPayload
public DownloadPayload()
getDownload
public Download getDownload()
- Returns:
- download
setDownload
public DownloadPayload setDownload(Download download)
- Parameters:
download
-
- Returns:
- this DownloadPayload
Copyright © 2012. All Rights Reserved.