Package com.gooddata.sdk.model.dataset
Class Upload
java.lang.Object
com.gooddata.sdk.model.dataset.Upload
Contains information about single dataset upload.
Deserialization only.
-
Field Details
-
URI
- See Also:
-
-
Method Details
-
getUri
- Returns:
- uri link to self
-
getStatus
- Returns:
- upload status
-
getProgress
public double getProgress()- Returns:
- upload progress in percent as floating point number
-
getMessage
- Returns:
- error message if the upload failed,
nullotherwise
-
getUploadMode
- Returns:
UploadModeof this upload
-
getSize
- Returns:
- size of the data uploaded by this upload
-
getCreatedAt
- Returns:
- date of creation of this upload
-
getProcessedAt
- Returns:
- date when the upload was processed or
nullif upload is still being processed
-
toString
-