Package com.seeq.model
Class SampleInputV1
java.lang.Object
com.seeq.model.SampleInputV1
The samples in the signal
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SampleInputV1
public SampleInputV1()
-
-
Method Details
-
key
-
getKey
The key of the sample. For a time series, this is an ISO 8601 date string (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm) or an integer number of nanoseconds since January 1, 1970 in UTC time. Otherwise it is a double-precision number.- Returns:
- key
-
setKey
-
value
-
getValue
The value of the sample, which can be an integer, double-precision number, a string, a boolean, or null to indicate an invalid sample value.- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-