final class UpdateStats extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateStats
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val cached: Boolean
- val downloadSize: Long
- val downloadTime: Long
-
def
equals(o: Any): Boolean
- Definition Classes
- UpdateStats → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- UpdateStats → AnyRef → Any
- val resolveTime: Long
-
def
toString(): String
- Definition Classes
- UpdateStats → AnyRef → Any
- def withCached(cached: Boolean): UpdateStats
- def withDownloadSize(downloadSize: Long): UpdateStats
- def withDownloadTime(downloadTime: Long): UpdateStats
- def withResolveTime(resolveTime: Long): UpdateStats