org.hyperic.hq.ui.action.resource.common.monitor.alerts.config
Class ConditionBean
java.lang.Object
org.hyperic.hq.ui.action.resource.common.monitor.alerts.config.ConditionBean
public final class ConditionBean
- extends java.lang.Object
Bean that holds condition info.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConditionBean
public ConditionBean()
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
isRequired
public boolean isRequired()
setRequired
public void setRequired(boolean required)
getTrigger
public java.lang.String getTrigger()
setTrigger
public void setTrigger(java.lang.String trigger)
getThresholdType
public java.lang.String getThresholdType()
setThresholdType
public void setThresholdType(java.lang.String thresholdType)
getComparator
public java.lang.String getComparator()
getAbsoluteComparator
public java.lang.String getAbsoluteComparator()
setAbsoluteComparator
public void setAbsoluteComparator(java.lang.String absoluteComparator)
getPercentageComparator
public java.lang.String getPercentageComparator()
setPercentageComparator
public void setPercentageComparator(java.lang.String percentageComparator)
getMetricId
public java.lang.Integer getMetricId()
setMetricId
public void setMetricId(java.lang.Integer metricId)
getMetricName
public java.lang.String getMetricName()
setMetricName
public void setMetricName(java.lang.String metricName)
getPercentage
public java.lang.String getPercentage()
setPercentage
public void setPercentage(java.lang.String percentage)
getAbsoluteValue
public java.lang.String getAbsoluteValue()
setAbsoluteValue
public void setAbsoluteValue(java.lang.String absoluteValue)
getBaselineOption
public java.lang.String getBaselineOption()
setBaselineOption
public void setBaselineOption(java.lang.String baselineOption)
getControlAction
public java.lang.String getControlAction()
setControlAction
public void setControlAction(java.lang.String controlAction)
getControlActionStatus
public java.lang.String getControlActionStatus()
setControlActionStatus
public void setControlActionStatus(java.lang.String controlActionStatus)
getCustomProperty
public java.lang.String getCustomProperty()
setCustomProperty
public void setCustomProperty(java.lang.String customProperty)
getLogLevel
public int getLogLevel()
setLogLevel
public void setLogLevel(int logLevel)
getLogMatch
public java.lang.String getLogMatch()
setLogMatch
public void setLogMatch(java.lang.String logMatch)
getFileMatch
public java.lang.String getFileMatch()
setFileMatch
public void setFileMatch(java.lang.String fileMatch)
getThresholdValue
public double getThresholdValue()
validate
public boolean validate(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionErrors errs,
int idx)
importProperties
public void importProperties(AlertConditionValue acv,
boolean isTypeAlert,
int sessionId,
org.hyperic.hq.bizapp.shared.MeasurementBoss mb)
throws MeasurementNotFoundException,
SessionNotFoundException,
SessionTimeoutException,
TemplateNotFoundException,
java.rmi.RemoteException
- Throws:
MeasurementNotFoundException
SessionNotFoundException
SessionTimeoutException
TemplateNotFoundException
java.rmi.RemoteException
exportProperties
public void exportProperties(AlertConditionValue acv,
javax.servlet.http.HttpServletRequest request,
int sessionId,
org.hyperic.hq.bizapp.shared.MeasurementBoss mb,
boolean typeAlert)
throws SessionTimeoutException,
SessionNotFoundException,
MeasurementNotFoundException,
java.rmi.RemoteException,
TemplateNotFoundException
- Throws:
SessionTimeoutException
SessionNotFoundException
MeasurementNotFoundException
java.rmi.RemoteException
TemplateNotFoundException
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.