public class Action extends Object
| Constructor and Description |
|---|
Action() |
Action(String tenantId,
String actionPlugin,
String actionId,
Alert alert) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getActionId() |
String |
getActionPlugin() |
Alert |
getAlert() |
String |
getAlertId() |
long |
getCtime() |
Map<String,String> |
getProperties() |
String |
getResult() |
String |
getTenantId() |
int |
hashCode() |
void |
setActionId(String actionId) |
void |
setActionPlugin(String actionPlugin) |
void |
setAlert(Alert alert) |
void |
setAlertId(String alertId) |
void |
setCtime(long ctime) |
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 String getAlertId()
public void setAlertId(String alertId)
public Alert getAlert()
public void setAlert(Alert alert)
public long getCtime()
public void setCtime(long ctime)
public String getResult()
public void setResult(String result)
Copyright © 2015 Red Hat, Inc.. All rights reserved.