Class Upload

java.lang.Object
com.gooddata.sdk.model.dataset.Upload

public class Upload extends Object
Contains information about single dataset upload. Deserialization only.
  • Field Details

  • Method Details

    • getUri

      public String getUri()
      Returns:
      uri link to self
    • getStatus

      public String getStatus()
      Returns:
      upload status
    • getProgress

      public double getProgress()
      Returns:
      upload progress in percent as floating point number
    • getMessage

      public String getMessage()
      Returns:
      error message if the upload failed, null otherwise
    • getUploadMode

      public UploadMode getUploadMode()
      Returns:
      UploadMode of this upload
    • getSize

      public Integer getSize()
      Returns:
      size of the data uploaded by this upload
    • getCreatedAt

      public ZonedDateTime getCreatedAt()
      Returns:
      date of creation of this upload
    • getProcessedAt

      public ZonedDateTime getProcessedAt()
      Returns:
      date when the upload was processed or null if upload is still being processed
    • toString

      public String toString()
      Overrides:
      toString in class Object