public class Event
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<Event> |
CREATOR |
Constructor and Description |
---|
Event(java.lang.String eventName) |
Event(java.lang.String eventName,
org.json.JSONObject properties) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
static android.os.Parcelable.Creator<Event> |
getCREATOR() |
java.lang.String |
getName() |
java.lang.String |
getProfileId() |
org.json.JSONObject |
getProperties() |
int |
hashCode() |
void |
setName(java.lang.String name) |
void |
setProfileId(java.lang.String profileId) |
void |
setProperties(org.json.JSONObject properties) |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<Event> CREATOR
public Event(java.lang.String eventName)
public Event(java.lang.String eventName, org.json.JSONObject properties)
public java.lang.String getName()
public void setName(java.lang.String name)
public org.json.JSONObject getProperties()
public void setProperties(org.json.JSONObject properties)
public java.lang.String getProfileId()
public static android.os.Parcelable.Creator<Event> getCREATOR()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public void setProfileId(java.lang.String profileId)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object