public class CustomEventPayload extends PushModelObject
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomEventPayload.Builder
CustomEventPayload Builder.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
CustomEventBody |
getCustomEventBody()
Set the body object which describes the user action.
|
CustomEventUser |
getCustomEventUser()
Get the CustomEventUser that is an object containing the
Urban Airship channel identifier for the user who triggered the event.
|
DateTime |
getOccurred()
Get the date and time when the event occurred.
|
int |
hashCode() |
static CustomEventPayload.Builder |
newBuilder()
New CustomEventPayload Builder.
|
toJSONtoJSONpublic static CustomEventPayload.Builder newBuilder()
public DateTime getOccurred()
public CustomEventBody getCustomEventBody()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic CustomEventUser getCustomEventUser()