public class ZendriveSettingWarning extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description | 
|---|---|
static Parcelable.Creator<ZendriveSettingWarning> | 
CREATOR  | 
ZendriveIssueType | 
type
The type of the warning. 
 | 
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description | 
|---|
ZendriveSettingWarning(ZendriveIssueType type)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
describeContents()  | 
boolean | 
equals(Object o)  | 
int | 
hashCode()  | 
void | 
writeToParcel(Parcel parcel,
             int i)  | 
@NonNull public final ZendriveIssueType type
public static final Parcelable.Creator<ZendriveSettingWarning> CREATOR
public ZendriveSettingWarning(@NonNull ZendriveIssueType type)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel parcel, int i)
writeToParcel in interface Parcelable