public class ZendriveSettingError extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<ZendriveSettingError> |
CREATOR |
ZendriveIssueType |
type
The type of the error.
|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
ZendriveSettingError(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<ZendriveSettingError> CREATOR
public ZendriveSettingError(@NonNull ZendriveIssueType type)
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel parcel, int i)
writeToParcel
in interface Parcelable