public class ExclusionEventAction extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
IGNORED |
static String |
RESUBMIT |
| Constructor and Description |
|---|
ExclusionEventAction(String errorUri,
String actionedBy,
String action,
byte[] event,
String moduleName,
String flowName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAction() |
String |
getActionedBy() |
String |
getErrorUri() |
byte[] |
getEvent() |
String |
getFlowName() |
Long |
getId() |
String |
getModuleName() |
long |
getTimestamp() |
int |
hashCode() |
void |
setAction(String action) |
void |
setActionedBy(String actionedBy) |
void |
setErrorUri(String errorUri) |
void |
setEvent(byte[] event) |
void |
setFlowName(String flowName) |
void |
setId(Long id) |
void |
setModuleName(String moduleName) |
void |
setTimestamp(long timestamp) |
String |
toString() |
public static final String RESUBMIT
public static final String IGNORED
public Long getId()
public void setId(Long id)
id - the id to setpublic String getErrorUri()
public void setErrorUri(String errorUri)
errorUri - the errorUri to setpublic String getActionedBy()
public void setActionedBy(String actionedBy)
actionedBy - the actionedBy to setpublic String getAction()
public void setAction(String action)
action - the action to setpublic byte[] getEvent()
public void setEvent(byte[] event)
event - the event to setpublic String getModuleName()
public void setModuleName(String moduleName)
moduleName - the moduleName to setpublic String getFlowName()
public void setFlowName(String flowName)
flowName - the flowName to setpublic void setTimestamp(long timestamp)
timestamp - the timestamp to setpublic long getTimestamp()
Copyright © 2007-2016 Ikasan. All Rights Reserved.