protected class MX4JGaugeMonitor.GaugeMonitorInfo extends MX4JMonitor.MonitorInfo
Modifier | Constructor and Description |
---|---|
protected |
GaugeMonitorInfo() |
Modifier and Type | Method and Description |
---|---|
void |
clearNotificationStatus() |
java.lang.Number |
getGauge() |
long |
getTimestamp() |
boolean |
isHighNotified() |
boolean |
isLowNotified() |
void |
setGauge(java.lang.Number gauge) |
void |
setHighNotified(boolean highNotified) |
void |
setLowNotified(boolean lowNotified) |
void |
setTimestamp(long timestamp) |
java.lang.String |
toString() |
isErrorNotified, setErrorNotified
public java.lang.Number getGauge()
public void setGauge(java.lang.Number gauge)
public long getTimestamp()
public void setTimestamp(long timestamp)
public boolean isHighNotified()
public void setHighNotified(boolean highNotified)
public boolean isLowNotified()
public void setLowNotified(boolean lowNotified)
public void clearNotificationStatus()
clearNotificationStatus
in class MX4JMonitor.MonitorInfo
public java.lang.String toString()
toString
in class MX4JMonitor.MonitorInfo