Class ProgressDetail

    • Constructor Summary

      Constructors 
      Constructor Description
      ProgressDetail()  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static ProgressDetail create​(java.lang.Long current, java.lang.Long start, java.lang.Long total)  
      abstract java.lang.Long current()  
      abstract java.lang.Long start()  
      abstract java.lang.Long total()  
      • Methods inherited from class java.lang.Object

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

      • ProgressDetail

        public ProgressDetail()
    • Method Detail

      • current

        @Nullable
        public abstract java.lang.Long current()
      • start

        @Nullable
        public abstract java.lang.Long start()
      • total

        @Nullable
        public abstract java.lang.Long total()
      • create

        static ProgressDetail create​(java.lang.Long current,
                                     java.lang.Long start,
                                     java.lang.Long total)