public class InfrastructureAlert
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
SEVERITY_CRITICAL |
static int |
SEVERITY_INFO |
static int |
SEVERITY_MAJOR |
static int |
SEVERITY_MINOR |
static int |
SEVERITY_NORMAL |
Constructor and Description |
---|
InfrastructureAlert() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAckStatus() |
long |
getAlertGenerationTime() |
long |
getAlertId() |
long |
getAlertMappingId() |
long |
getAlertMonitorRuleId() |
java.lang.String |
getAlertName() |
java.util.List<InfraAlertResource> |
getAlertResList() |
java.lang.String |
getCondition() |
java.lang.String |
getDescription() |
java.lang.String |
getOwnership() |
java.lang.String |
getResourceType() |
int |
getSeverity() |
void |
setAckStatus(java.lang.String ackStatus) |
void |
setAlertGenerationTime(long alertGenerationTime) |
void |
setAlertId(long alertId) |
void |
setAlertMappingId(long alertMappingId) |
void |
setAlertMonitorRuleId(long alertMonitorRuleId) |
void |
setAlertName(java.lang.String alertName) |
void |
setAlertResList(java.util.List<InfraAlertResource> alertResList) |
void |
setCondition(java.lang.String condition) |
void |
setDescription(java.lang.String description) |
void |
setOwnership(java.lang.String ownership) |
void |
setResourceType(java.lang.String resourceType) |
void |
setSeverity(int severity) |
java.lang.String |
severityAsString() |
public static final int SEVERITY_CRITICAL
public static final int SEVERITY_MAJOR
public static final int SEVERITY_MINOR
public static final int SEVERITY_NORMAL
public static final int SEVERITY_INFO
public long getAlertId()
public void setAlertId(long alertId)
public java.lang.String getAlertName()
public void setAlertName(java.lang.String alertName)
public java.lang.String getResourceType()
public void setResourceType(java.lang.String resourceType)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getAckStatus()
public void setAckStatus(java.lang.String ackStatus)
public java.lang.String getOwnership()
public void setOwnership(java.lang.String ownership)
public java.lang.String getCondition()
public void setCondition(java.lang.String condition)
public int getSeverity()
public void setSeverity(int severity)
public long getAlertMonitorRuleId()
public void setAlertMonitorRuleId(long alertMonitorRuleId)
public void setAlertMappingId(long alertMappingId)
public long getAlertMappingId()
public java.lang.String severityAsString()
public void setAlertGenerationTime(long alertGenerationTime)
public long getAlertGenerationTime()
public java.util.List<InfraAlertResource> getAlertResList()
public void setAlertResList(java.util.List<InfraAlertResource> alertResList)