public class Action extends Object
| Constructor and Description |
|---|
Action() |
Action(String tenantId,
String actionPlugin,
String actionId,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getActionId() |
String |
getActionPlugin() |
long |
getCtime() |
Event |
getEvent() |
String |
getEventId() |
Map<String,String> |
getProperties() |
String |
getResult() |
String |
getTenantId() |
int |
hashCode() |
void |
setActionId(String actionId) |
void |
setActionPlugin(String actionPlugin) |
void |
setCtime(long ctime) |
void |
setEvent(Event event) |
void |
setEventId(String eventId) |
void |
setProperties(Map<String,String> properties) |
void |
setResult(String result) |
void |
setTenantId(String tenantId) |
String |
toString() |
public String getTenantId()
public void setTenantId(String tenantId)
public String getActionId()
public void setActionId(String actionId)
public String getActionPlugin()
public void setActionPlugin(String actionPlugin)
public 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)
Copyright © 2015 Red Hat, Inc.. All rights reserved.