-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
public class UserEventSetting implements Parcelable, Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected String
identifier
protected String
value
protected String
dataType
public final static Parcelable.Creator<UserEventSetting>
CREATOR
-
Constructor Summary
Constructors Constructor Description UserEventSetting()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
String
getIdentifier()
String
getValue()
String
getDataType()
-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getIdentifier
String getIdentifier()
-
getDataType
String getDataType()
-
-
-
-