Packages

final class UpdateStats extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateStats
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val cached: Boolean
  2. val downloadSize: Long
  3. val downloadTime: Long
  4. def equals(o: Any): Boolean
    Definition Classes
    UpdateStats → AnyRef → Any
  5. def hashCode(): Int
    Definition Classes
    UpdateStats → AnyRef → Any
  6. val resolveTime: Long
  7. def toString(): String
    Definition Classes
    UpdateStats → AnyRef → Any
  8. def withCached(cached: Boolean): UpdateStats
  9. def withDownloadSize(downloadSize: Long): UpdateStats
  10. def withDownloadTime(downloadTime: Long): UpdateStats
  11. def withResolveTime(resolveTime: Long): UpdateStats