public class GaugeBindingOptions extends BindingOptions
GaugeBindingOptions
.
BindingOptions.ChangeEventPolicy
Constructor and Description |
---|
GaugeBindingOptions() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMetricValue()
Retrieves the metric value which represents the actual value that the gauge is to plot.
|
void |
setMetricValue(java.lang.String strMetricValue)
Specifies the metric value which represents the actual value that the gauge is to plot.
|
getChangeEventPolicy, setChangeEventPolicy
public void setMetricValue(java.lang.String strMetricValue)
strMetricValue
- A String
representing the metric value.public java.lang.String getMetricValue()
String
representing the metric value.