Package com.seeq.model
Class MeterDatumV1
java.lang.Object
com.seeq.model.MeterDatumV1
List of meters to update
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArgsItem
(String argsItem) boolean
getArgs()
List of arguments to include in the monitor pathNumber of increments to the meter.Name of the monitor item this data should apply to.int
hashCode()
increments
(Long increments) void
void
setIncrements
(Long increments) void
setMonitor
(String monitor) toString()
-
Constructor Details
-
MeterDatumV1
public MeterDatumV1()
-
-
Method Details
-
args
-
addArgsItem
-
getArgs
List of arguments to include in the monitor path- Returns:
- args
-
setArgs
-
increments
-
getIncrements
Number of increments to the meter. Defaults to 1.- Returns:
- increments
-
setIncrements
-
monitor
-
getMonitor
Name of the monitor item this data should apply to.- Returns:
- monitor
-
setMonitor
-
equals
-
hashCode
public int hashCode() -
toString
-