public class DownloadConditions extends Object
  
  
  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.