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.It is the
time when the notification is triggered nearest to the milliseconds. |
public boolean | getDifferenceMode() This method gets the difference mode flag value. |
public Number | getModulus() This method gets the modulus value. |
public boolean | getNotify() This method gets the notification's on/off switch value. |
public Number | getOffset() This method gets offset value . |
public Number | getThreshold() This method gets the threshold value . |
public void | setDifferenceMode(boolean value) This method sets the difference mode flag value. |
public void | setModulus(Number value) This method sets the modulus value . |
public void | setNotify(boolean value) This method sets the notification's on/off switch value. |
public void | setOffset(Number value) This method sets the offset value . |
public void | setThreshold(Number value) This method sets the threshold value . |