|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hyperic.hq.types.AlertCondition
public class AlertCondition
Java class for AlertCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCondition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="property" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="logLevel" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="logMatches" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="recover" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="metricChange" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="baselineMetric" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="baselineComparator" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="baselinePercentage" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="baselineType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="thresholdMetric" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="thresholdComparator" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="thresholdValue" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="configMatch" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="controlAction" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="controlStatus" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="required" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
baselineComparator
|
protected java.lang.String |
baselineMetric
|
protected java.lang.Double |
baselinePercentage
|
protected java.lang.String |
baselineType
|
protected java.lang.String |
configMatch
|
protected java.lang.String |
controlAction
|
protected java.lang.String |
controlStatus
|
protected java.lang.String |
logLevel
|
protected java.lang.String |
logMatches
|
protected java.lang.String |
metricChange
|
protected java.lang.String |
property
|
protected java.lang.String |
recover
|
protected boolean |
required
|
protected java.lang.String |
thresholdComparator
|
protected java.lang.String |
thresholdMetric
|
protected java.lang.Double |
thresholdValue
|
protected int |
type
|
| Constructor Summary | |
|---|---|
AlertCondition()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBaselineComparator()
Gets the value of the baselineComparator property. |
java.lang.String |
getBaselineMetric()
Gets the value of the baselineMetric property. |
java.lang.Double |
getBaselinePercentage()
Gets the value of the baselinePercentage property. |
java.lang.String |
getBaselineType()
Gets the value of the baselineType property. |
java.lang.String |
getConfigMatch()
Gets the value of the configMatch property. |
java.lang.String |
getControlAction()
Gets the value of the controlAction property. |
java.lang.String |
getControlStatus()
Gets the value of the controlStatus property. |
java.lang.String |
getLogLevel()
Gets the value of the logLevel property. |
java.lang.String |
getLogMatches()
Gets the value of the logMatches property. |
java.lang.String |
getMetricChange()
Gets the value of the metricChange property. |
java.lang.String |
getProperty()
Gets the value of the property property. |
java.lang.String |
getRecover()
Gets the value of the recover property. |
java.lang.String |
getThresholdComparator()
Gets the value of the thresholdComparator property. |
java.lang.String |
getThresholdMetric()
Gets the value of the thresholdMetric property. |
java.lang.Double |
getThresholdValue()
Gets the value of the thresholdValue property. |
int |
getType()
Gets the value of the type property. |
boolean |
isRequired()
Gets the value of the required property. |
void |
setBaselineComparator(java.lang.String value)
Sets the value of the baselineComparator property. |
void |
setBaselineMetric(java.lang.String value)
Sets the value of the baselineMetric property. |
void |
setBaselinePercentage(java.lang.Double value)
Sets the value of the baselinePercentage property. |
void |
setBaselineType(java.lang.String value)
Sets the value of the baselineType property. |
void |
setConfigMatch(java.lang.String value)
Sets the value of the configMatch property. |
void |
setControlAction(java.lang.String value)
Sets the value of the controlAction property. |
void |
setControlStatus(java.lang.String value)
Sets the value of the controlStatus property. |
void |
setLogLevel(java.lang.String value)
Sets the value of the logLevel property. |
void |
setLogMatches(java.lang.String value)
Sets the value of the logMatches property. |
void |
setMetricChange(java.lang.String value)
Sets the value of the metricChange property. |
void |
setProperty(java.lang.String value)
Sets the value of the property property. |
void |
setRecover(java.lang.String value)
Sets the value of the recover property. |
void |
setRequired(boolean value)
Sets the value of the required property. |
void |
setThresholdComparator(java.lang.String value)
Sets the value of the thresholdComparator property. |
void |
setThresholdMetric(java.lang.String value)
Sets the value of the thresholdMetric property. |
void |
setThresholdValue(java.lang.Double value)
Sets the value of the thresholdValue property. |
void |
setType(int value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String property
protected java.lang.String logLevel
protected java.lang.String logMatches
protected java.lang.String recover
protected java.lang.String metricChange
protected java.lang.String baselineMetric
protected java.lang.String baselineComparator
protected java.lang.Double baselinePercentage
protected java.lang.String baselineType
protected java.lang.String thresholdMetric
protected java.lang.String thresholdComparator
protected java.lang.Double thresholdValue
protected java.lang.String configMatch
protected java.lang.String controlAction
protected java.lang.String controlStatus
protected int type
protected boolean required
| Constructor Detail |
|---|
public AlertCondition()
| Method Detail |
|---|
public java.lang.String getProperty()
Stringpublic void setProperty(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLogLevel()
Stringpublic void setLogLevel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLogMatches()
Stringpublic void setLogMatches(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRecover()
Stringpublic void setRecover(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMetricChange()
Stringpublic void setMetricChange(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBaselineMetric()
Stringpublic void setBaselineMetric(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBaselineComparator()
Stringpublic void setBaselineComparator(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getBaselinePercentage()
Doublepublic void setBaselinePercentage(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getBaselineType()
Stringpublic void setBaselineType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getThresholdMetric()
Stringpublic void setThresholdMetric(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getThresholdComparator()
Stringpublic void setThresholdComparator(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getThresholdValue()
Doublepublic void setThresholdValue(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getConfigMatch()
Stringpublic void setConfigMatch(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getControlAction()
Stringpublic void setControlAction(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getControlStatus()
Stringpublic void setControlStatus(java.lang.String value)
value - allowed object is
Stringpublic int getType()
public void setType(int value)
public boolean isRequired()
public void setRequired(boolean value)
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||