Class Downloader.DownloadReport

  • Enclosing class:
    Downloader

    public static class Downloader.DownloadReport
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DownloadReport​(long successes, long failures, long totalBytesTransferred)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • successes

        public final long successes
      • failures

        public final long failures
      • totalBytesTransferred

        public final long totalBytesTransferred
    • Constructor Detail

      • DownloadReport

        public DownloadReport​(long successes,
                              long failures,
                              long totalBytesTransferred)