Class ValueSet
java.lang.Object
com.xceptance.xlt.api.report.external.ValueSet
A
ValueSet(long) describes a collection of data, accompanied by an optional timestamp.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ValueSet
public ValueSet(long timestamp) Creates a new {link #ValueSet} instance.- Parameters:
timestamp- the timestamp, or -1 if not applicable
-
-
Method Details
-
addValue
Adds a named value.- Parameters:
name- the name of the value, must not benullvalue- the value
-
getTime
public long getTime()Returns the timestamp of this value set.- Returns:
- the timestamp of this value set
-
getValues
Returns the key/value pairs.- Returns:
- the key/value pairs
-