com.hyper9.simdk.stubs.dao
Class MetricAlarmExpression
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.AlarmExpression
com.hyper9.simdk.stubs.dao.MetricAlarmExpression
- All Implemented Interfaces:
- Serializable
public class MetricAlarmExpression
- extends AlarmExpression
- Author:
- akutz
- See Also:
- Serialized Form
MetricAlarmExpression
public MetricAlarmExpression()
getOperator
public MetricAlarmOperator getOperator()
setOperator
public void setOperator(MetricAlarmOperator toSet)
getType
public String getType()
setType
public void setType(String toSet)
getMetric
public PerfMetricId getMetric()
setMetric
public void setMetric(PerfMetricId toSet)
getYellow
public Integer getYellow()
setYellow
public void setYellow(Integer toSet)
getYellowInterval
public Integer getYellowInterval()
setYellowInterval
public void setYellowInterval(Integer toSet)
getRed
public Integer getRed()
setRed
public void setRed(Integer toSet)
getRedInterval
public Integer getRedInterval()
setRedInterval
public void setRedInterval(Integer toSet)
Copyright © 2009-2010 Hyper9. All Rights Reserved.