Class FastDownloadResult

java.lang.Object
ch.ethz.sis.openbis.generic.dssapi.v3.fastdownload.FastDownloadResult

public class FastDownloadResult extends Object
The result of a download session.
  • Method Details

    • getStatus

      public ch.ethz.sis.filetransfer.DownloadStatus getStatus()
      Returns the status of the download session.
    • getPathsById

      public Map<IDataSetFileId,Path> getPathsById()
      Returns the map of data set file IDs to local download paths.
      Returns:
      an empty map if the download status isn't FINISHED.
    • getFileTransferUserSessionId

      public String getFileTransferUserSessionId()
      Returns the user session ID.
    • getDownloadSessionId

      public String getDownloadSessionId()
      Returns the download session ID.
      Returns:
      null if the download status is NEW.
    • toString

      public String toString()
      Overrides:
      toString in class Object