Package com.seeq.link.sdk.utilities
Class Sample
java.lang.Object
com.seeq.link.sdk.utilities.Sample
Represents a sample data point from a signal, with a key (time) and value (number or string).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
key
(TimeInstant key) Set the key of the sampleSet the value of the sample
-
Constructor Details
-
Sample
public Sample()
-
-
Method Details
-
key
Set the key of the sample- Parameters:
key
- the new key- Returns:
- the Sample, so multiple setters can be chained
-
value
Set the value of the sample- Parameters:
value
- the new value- Returns:
- the Sample, so multiple setters can be chained
-
getKey
-