Package net.welen.jmole.threshold
Class ThresholdValues
- java.lang.Object
-
- net.welen.jmole.threshold.ThresholdValues
-
public class ThresholdValues extends Object
-
-
Constructor Summary
Constructors Constructor Description ThresholdValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCriticalHighThreshold()StringgetCriticalLowThreshold()StringgetMessage()StringgetWarningHighThreshold()StringgetWarningLowThreshold()voidsetCriticalHighThreshold(String criticalHighThreshold)voidsetCriticalLowThreshold(String criticalLowThreshold)voidsetMessage(String message)voidsetWarningHighThreshold(String warningHighThreshold)voidsetWarningLowThreshold(String warningLowThreshold)
-
-
-
Method Detail
-
getWarningLowThreshold
public String getWarningLowThreshold()
-
setWarningLowThreshold
public void setWarningLowThreshold(String warningLowThreshold)
-
getWarningHighThreshold
public String getWarningHighThreshold()
-
setWarningHighThreshold
public void setWarningHighThreshold(String warningHighThreshold)
-
getCriticalLowThreshold
public String getCriticalLowThreshold()
-
setCriticalLowThreshold
public void setCriticalLowThreshold(String criticalLowThreshold)
-
getCriticalHighThreshold
public String getCriticalHighThreshold()
-
setCriticalHighThreshold
public void setCriticalHighThreshold(String criticalHighThreshold)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
-