public class Upload extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
URI |
static org.springframework.web.util.UriTemplate |
URI_TEMPLATE |
| 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 static final org.springframework.web.util.UriTemplate URI_TEMPLATE
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.