Method Summary |
|
public Number | getDerivedGauge() This method gets the value of the derived gauge. |
public long | getDerivedGaugeTimeStamp() This method gets the value of the derived gauge time stamp.The derived
gauge time stamp is the value(in the nearest miliseconds) when the
notification was triggered. |
public boolean | getDifferenceMode() This method gets the value of the difference mode. |
public Number | getHighThreshold() This method gets the value of the high threshold. |
public Number | getLowThreshold() This method gets the value of the low threshold. |
public boolean | getNotifyHigh() This method gets the high notification's on/off switch value. |
public boolean | getNotifyLow() This method gets the low notification's on/off switch value. |
public void | setDifferenceMode(boolean value) This method sets the state of the difference mode. |
public void | setNotifyHigh(boolean value) This method sets the high notification's on/off switch value. |
public void | setNotifyLow(boolean value) This method sets the low notification's on/off switch value. |
public void | setThresholds(Number highvalue, Number lowValue) This method sets the high threshold and low threshold values. |