protected class MX4JCounterMonitor.CounterMonitorInfo extends MX4JMonitor.MonitorInfo
| Modifier | Constructor and Description |
|---|---|
protected |
CounterMonitorInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearNotificationStatus() |
java.lang.Number |
getCounter() |
java.lang.Number |
getGauge() |
java.lang.Number |
getThreshold() |
long |
getTimestamp() |
boolean |
isThresholdNotified() |
void |
setCounter(java.lang.Number counter) |
void |
setGauge(java.lang.Number gauge) |
void |
setThreshold(java.lang.Number threshold) |
void |
setThresholdNotified(boolean thresholdNotified) |
void |
setTimestamp(long timestamp) |
java.lang.String |
toString() |
isErrorNotified, setErrorNotifiedpublic void setThreshold(java.lang.Number threshold)
public java.lang.Number getThreshold()
public void setThresholdNotified(boolean thresholdNotified)
public boolean isThresholdNotified()
public void setCounter(java.lang.Number counter)
public java.lang.Number getCounter()
public void setGauge(java.lang.Number gauge)
public java.lang.Number getGauge()
public void setTimestamp(long timestamp)
public long getTimestamp()
public void clearNotificationStatus()
clearNotificationStatus in class MX4JMonitor.MonitorInfopublic java.lang.String toString()
toString in class MX4JMonitor.MonitorInfo