Package com.seeq.model
Class TimerDatumV1
java.lang.Object
com.seeq.model.TimerDatumV1
TimerDatumV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArgsItem
(String argsItem) addDurationsItem
(Long durationsItem) boolean
getArgs()
List of arguments to include in the monitor pathDuration of each timed event in nanoseconds.Name of the monitor item this data should apply to.int
hashCode()
void
void
setDurations
(List<Long> durations) void
setMonitor
(String monitor) toString()
-
Constructor Details
-
TimerDatumV1
public TimerDatumV1()
-
-
Method Details
-
args
-
addArgsItem
-
getArgs
List of arguments to include in the monitor path- Returns:
- args
-
setArgs
-
durations
-
addDurationsItem
-
getDurations
Duration of each timed event in nanoseconds.- Returns:
- durations
-
setDurations
-
monitor
-
getMonitor
Name of the monitor item this data should apply to.- Returns:
- monitor
-
setMonitor
-
equals
-
hashCode
public int hashCode() -
toString
-