Class UploadStatistics

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

public class UploadStatistics extends Object
Global statistics about project's uploads
  • Field Details

  • Method Details

    • getUploadsCount

      public int getUploadsCount(String uploadStatus)
      Returns count of uploads finished in given status.
      Parameters:
      uploadStatus - status of uploads to be counted
      Returns:
      count of uploads or zero when statistics for given status don't exist
    • toString

      public String toString()
      Overrides:
      toString in class Object