Package com.seeq.model
Class GaugeDatumV1
java.lang.Object
com.seeq.model.GaugeDatumV1
List of gauges to update
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArgsItem
(String argsItem) currentValue
(Double currentValue) boolean
getArgs()
List of arguments to include in the monitor pathCurrent value of the gauge.Name of the monitor item this data should apply to.int
hashCode()
void
void
setCurrentValue
(Double currentValue) void
setMonitor
(String monitor) toString()
-
Constructor Details
-
GaugeDatumV1
public GaugeDatumV1()
-
-
Method Details
-
args
-
addArgsItem
-
getArgs
List of arguments to include in the monitor path- Returns:
- args
-
setArgs
-
currentValue
-
getCurrentValue
Current value of the gauge.- Returns:
- currentValue
-
setCurrentValue
-
monitor
-
getMonitor
Name of the monitor item this data should apply to.- Returns:
- monitor
-
setMonitor
-
equals
-
hashCode
public int hashCode() -
toString
-