public class UploadJob extends Object
| Constructor and Description |
|---|
UploadJob() |
UploadJob(String filename,
long bytesTotal) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesReceived() |
long |
getBytesTotal() |
String |
getFilename() |
String |
getId() |
void |
setBytesReceived(long bytesReceived) |
void |
setBytesTotal(long bytesTotal) |
void |
setFilename(String filename) |
public UploadJob()
public UploadJob(String filename, long bytesTotal)
public String getFilename()
public void setFilename(String filename)
filename - the filename to setpublic long getBytesTotal()
public void setBytesTotal(long bytesTotal)
bytesTotal - the bytesTotal to setpublic long getBytesReceived()
public void setBytesReceived(long bytesReceived)
bytesReceived - the bytesReceived to setpublic String getId()
Copyright © 2009–2020 Opencast Project. All rights reserved.