public class ZendriveSettingError extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ZendriveSettingError> |
CREATOR |
ZendriveIssueType |
type
The type of the error.
|
Constructor and Description |
---|
ZendriveSettingError(ZendriveIssueType type) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
@NonNull public final ZendriveIssueType type
public static final android.os.Parcelable.Creator<ZendriveSettingError> CREATOR
public ZendriveSettingError(@NonNull ZendriveIssueType type)