AI-generated Key Takeaways
-
DownloadConditions are conditions to download remote models.
-
The DownloadConditions class includes a nested Builder class.
-
Public methods allow checking if charging or wifi is required for download and comparing objects for equality.
Conditions to download remote models.
Nested Class Summary
| class | DownloadConditions.Builder | Builder of DownloadConditions. |
|
Public Method Summary
| boolean | |
| int |
hashCode()
Returns a hash code value for the object.
|
| boolean |
isChargingRequired()
Returns true if charging is required for download.
|
| boolean |
isWifiRequired()
Returns true if wifi is required for download.
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
Indicates whether some other object is "equal to" this one.
public int hashCode ()
Returns a hash code value for the object.
public boolean isChargingRequired ()
Returns true if charging is required for download.
public boolean isWifiRequired ()
Returns true if wifi is required for download.