Class ExportTaskManager.ExportStatus

    • Constructor Detail

      • ExportStatus

        public ExportStatus()
      • ExportStatus

        public ExportStatus​(String id)
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getAttachmentID

        public String getAttachmentID()
      • setAttachmentID

        public void setAttachmentID​(String attachmentID)
      • isReady

        public boolean isReady()
      • setReady

        public void setReady​(boolean ready)
      • getProgress

        public float getProgress()
      • setProgress

        public void setProgress​(float progress)
      • getWarnings

        public Set<String> getWarnings()
      • setWarnings

        public void setWarnings​(Set<String> warnings)