|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eobjects.datacleaner.monitor.jaxb.Alert
public class Alert
Java class for alert complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="alert">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://eobjects.org/datacleaner/shared/1.0}metric"/>
<element name="minimum-value" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maximum-value" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="severity" type="{http://eobjects.org/datacleaner/schedule/1.0}alertSeverityType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
description
|
protected Integer |
maximumValue
|
protected MetricType |
metric
|
protected Integer |
minimumValue
|
protected AlertSeverityType |
severity
|
| Constructor Summary | |
|---|---|
Alert()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
Integer |
getMaximumValue()
Gets the value of the maximumValue property. |
MetricType |
getMetric()
Gets the value of the metric property. |
Integer |
getMinimumValue()
Gets the value of the minimumValue property. |
AlertSeverityType |
getSeverity()
Gets the value of the severity property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setMaximumValue(Integer value)
Sets the value of the maximumValue property. |
void |
setMetric(MetricType value)
Sets the value of the metric property. |
void |
setMinimumValue(Integer value)
Sets the value of the minimumValue property. |
void |
setSeverity(AlertSeverityType value)
Sets the value of the severity property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String description
protected MetricType metric
protected Integer minimumValue
protected Integer maximumValue
protected AlertSeverityType severity
| Constructor Detail |
|---|
public Alert()
| Method Detail |
|---|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic MetricType getMetric()
MetricTypepublic void setMetric(MetricType value)
value - allowed object is
MetricTypepublic Integer getMinimumValue()
Integerpublic void setMinimumValue(Integer value)
value - allowed object is
Integerpublic Integer getMaximumValue()
Integerpublic void setMaximumValue(Integer value)
value - allowed object is
Integerpublic AlertSeverityType getSeverity()
AlertSeverityTypepublic void setSeverity(AlertSeverityType value)
value - allowed object is
AlertSeverityType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||