public class Upload extends Object
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getCreatedAt() |
String |
getMessage() |
org.joda.time.DateTime |
getProcessedAt() |
double |
getProgress() |
Integer |
getSize() |
String |
getStatus() |
UploadMode |
getUploadMode() |
String |
getUri() |
String |
toString() |
public static final String URI
public String getUri()
public String getStatus()
public double getProgress()
public String getMessage()
null otherwisepublic UploadMode getUploadMode()
UploadMode of this uploadpublic Integer getSize()
public org.joda.time.DateTime getCreatedAt()
public org.joda.time.DateTime getProcessedAt()
null if upload is still being processedCopyright © 2019. All rights reserved.