public class Action extends ActionDefinition implements Serializable
| Constructor and Description |
|---|
Action() |
Action(String tenantId,
String actionPlugin,
String actionId,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCtime() |
Event |
getEvent() |
String |
getEventId() |
String |
getResult() |
int |
hashCode() |
void |
setCtime(long ctime) |
void |
setEvent(Event event) |
void |
setEventId(String eventId) |
void |
setResult(String result) |
String |
toString() |
addState, getActionId, getActionPlugin, getCalendar, getProperties, getStates, getTenantId, setActionId, setActionPlugin, setCalendar, setProperties, setStates, setTenantIdpublic Event getEvent()
public void setEvent(Event event)
public String getEventId()
public void setEventId(String eventId)
public long getCtime()
public void setCtime(long ctime)
public String getResult()
public void setResult(String result)
public boolean equals(Object o)
equals in class ActionDefinitionpublic int hashCode()
hashCode in class ActionDefinitionCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.