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(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.
|
Optional<org.joda.time.DateTime> |
getOccurred()
Get the date and time when the event occurred.
|
int |
hashCode() |
static CustomEventPayload.Builder |
newBuilder()
New CustomEventPayload Builder.
|
toJSON
toJSON
public static CustomEventPayload.Builder newBuilder()
public Optional<org.joda.time.DateTime> getOccurred()
public CustomEventBody getCustomEventBody()
public CustomEventUser getCustomEventUser()
Copyright © 2025. All rights reserved.