com.ibm.sysmgt.sdk.remote
Class NumericThreshold
java.lang.Object
com.ibm.sysmgt.sdk.remote.Threshold
com.ibm.sysmgt.sdk.remote.NumericThreshold
- All Implemented Interfaces:
- java.io.Serializable
- public class NumericThreshold
- extends Threshold
- See Also:
- Serialized Form
Constructor Summary |
NumericThreshold()
|
NumericThreshold(int thresholdID,
long thresholdCTAD,
java.lang.String name,
java.lang.String description,
boolean enabled,
java.util.Vector programaticPath,
java.lang.String displayablePath)
|
Methods inherited from class com.ibm.sysmgt.sdk.remote.Threshold |
getAllThresholds, getAllThresholdsForGroup, getAllThresholdsForGroup, getAllThresholdsForSystem, getAllThresholdsForSystem, getAttributeLabel, getCurrentStatusForSystem, getCurrentValue, getCurrentValueAndAlertStateForSystem, getCurrentValueForSystem, getDescription, getDisplayablePath, getID, getLabel, getName, getProgramaticPath, getResendDelay, getSendDelay, getTarget, getTargetOid, getThresholdByID, getThresholdCTAD, getThresholdID, isEnabled, isGenerateOnValueChange, isIndividualThreshold, setDescription, setDisplayablePath, setEnabled, setEnabled, setGenerateOnValueChange, setIndividualThreshold, setLabel, setProgramaticPath, setResendDelay, setSendDelay, setTargetOid, setThresholdCTAD, setThresholdID, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NumericThreshold
public NumericThreshold()
NumericThreshold
public NumericThreshold(int thresholdID,
long thresholdCTAD,
java.lang.String name,
java.lang.String description,
boolean enabled,
java.util.Vector programaticPath,
java.lang.String displayablePath)
getHighError
public java.lang.Double getHighError()
- Returns:
getHighWarning
public java.lang.Double getHighWarning()
- Returns:
getLowError
public java.lang.Double getLowError()
- Returns:
getLowWarning
public java.lang.Double getLowWarning()
- Returns:
setHighError
public void setHighError(java.lang.Double d)
- INTERNAL USE ONLY
- Parameters:
d
-
setHighWarning
public void setHighWarning(java.lang.Double d)
- INTERNAL USE ONLY
- Parameters:
d
-
setLowError
public void setLowError(java.lang.Double d)
- INTERNAL USE ONLY
- Parameters:
d
-
setLowWarning
public void setLowWarning(java.lang.Double d)
- INTERNAL USE ONLY
- Parameters:
d
-
getThresholdType
public int getThresholdType()
- Overrides:
getThresholdType
in class Threshold