Class DownloadExecutionResult


  • public class DownloadExecutionResult
    extends Object
    • Constructor Detail

      • DownloadExecutionResult

        public DownloadExecutionResult​(boolean newFileDownloaded,
                                       Optional<Boolean> md5MatchesSource,
                                       Optional<MD5Checksum> targetFileMd5,
                                       URI fileLocation,
                                       boolean successful)
      • DownloadExecutionResult

        public DownloadExecutionResult​(boolean newFileDownloaded,
                                       Boolean md5MatchesSource,
                                       MD5Checksum targetFileMd5,
                                       URI fileLocation,
                                       boolean successful)
      • DownloadExecutionResult

        public DownloadExecutionResult​(boolean newFileDownloaded,
                                       URI fileLocation,
                                       boolean successful)
    • Method Detail

      • isNewFileDownloaded

        public boolean isNewFileDownloaded()
      • getFileLocation

        public URI getFileLocation()
      • isSuccessful

        public boolean isSuccessful()