public final class BasicInformational extends AbstractMonitor<java.lang.String> implements Informational
config| Constructor and Description |
|---|
BasicInformational(MonitorConfig config)
Creates a new instance of the counter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getValue(int pollerIndex)
Returns the current value for the monitor for the nth poller.
|
int |
hashCode() |
void |
setValue(java.lang.String value)
Set the value to show for this monitor.
|
java.lang.String |
toString() |
getConfig, getValuepublic BasicInformational(MonitorConfig config)
public void setValue(java.lang.String value)
public java.lang.String getValue(int pollerIndex)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object