public class EventExecution
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EventExecution.Status |
Constructor and Description |
---|
EventExecution() |
EventExecution(java.lang.String id,
java.lang.String messageId) |
Modifier and Type | Method and Description |
---|---|
EventHandler.Action.Type |
getAction() |
long |
getCreated() |
java.lang.String |
getEvent() |
java.lang.String |
getId() |
java.lang.String |
getMessageId() |
java.lang.String |
getName() |
java.util.Map<java.lang.String,java.lang.Object> |
getOutput() |
EventExecution.Status |
getStatus() |
void |
setAction(EventHandler.Action.Type action) |
void |
setCreated(long created) |
void |
setEvent(java.lang.String event) |
void |
setId(java.lang.String id) |
void |
setMessageId(java.lang.String messageId) |
void |
setName(java.lang.String name) |
void |
setOutput(java.util.Map<java.lang.String,java.lang.Object> output) |
void |
setStatus(EventExecution.Status status) |
public EventExecution()
public EventExecution(java.lang.String id, java.lang.String messageId)
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the id to setpublic java.lang.String getMessageId()
public void setMessageId(java.lang.String messageId)
messageId
- the messageId to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getEvent()
public void setEvent(java.lang.String event)
event
- the event to setpublic long getCreated()
public void setCreated(long created)
created
- the created to setpublic EventExecution.Status getStatus()
public void setStatus(EventExecution.Status status)
status
- the status to setpublic EventHandler.Action.Type getAction()
public void setAction(EventHandler.Action.Type action)
action
- the action to setpublic java.util.Map<java.lang.String,java.lang.Object> getOutput()
public void setOutput(java.util.Map<java.lang.String,java.lang.Object> output)
output
- the output to set