public class EventPushResponse
extends java.lang.Object
| Constructor and Description |
|---|
EventPushResponse(java.util.Map<java.lang.String,java.lang.Object> properties,
Event event)
Create a response to an event push.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
getEvent()
Get the event that was pushed.
|
java.lang.String |
getMessage()
The error message, if applicable, for the event push.
|
java.lang.Boolean |
isSuccessful()
Whether or not the event push was successful.
|
public EventPushResponse(java.util.Map<java.lang.String,java.lang.Object> properties,
Event event)
public java.lang.Boolean isSuccessful()
public java.lang.String getMessage()