Class AutoValue_ProgressDetail


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_ProgressDetail
    extends ProgressDetail
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Long current  
      private java.lang.Long start  
      private java.lang.Long total  
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoValue_ProgressDetail​(java.lang.Long current, java.lang.Long start, java.lang.Long total)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long current()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.lang.Long start()  
      java.lang.String toString()  
      java.lang.Long total()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • current

        private final java.lang.Long current
      • start

        private final java.lang.Long start
      • total

        private final java.lang.Long total
    • Constructor Detail

      • AutoValue_ProgressDetail

        AutoValue_ProgressDetail​(@Nullable
                                 java.lang.Long current,
                                 @Nullable
                                 java.lang.Long start,
                                 @Nullable
                                 java.lang.Long total)
    • Method Detail

      • start

        @Nullable
        public java.lang.Long start()
        Specified by:
        start in class ProgressDetail
      • total

        @Nullable
        public java.lang.Long total()
        Specified by:
        total in class ProgressDetail
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object