Package com.seeq.model
Class SampleOutputV1
java.lang.Object
com.seeq.model.SampleOutputV1
The samples in the signal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
True if this sample is uncertaingetKey()
The key of the samplegetValue()
The value of the sampleint
hashCode()
isUncertain
(Boolean isUncertain) void
setIsUncertain
(Boolean isUncertain) void
void
toString()
-
Constructor Details
-
SampleOutputV1
public SampleOutputV1()
-
-
Method Details
-
isUncertain
-
getIsUncertain
True if this sample is uncertain- Returns:
- isUncertain
-
setIsUncertain
-
key
-
getKey
The key of the sample- Returns:
- key
-
setKey
-
value
-
getValue
The value of the sample- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-