Class SampleOutputV1

java.lang.Object
com.seeq.model.SampleOutputV1

public class SampleOutputV1 extends Object
The samples in the signal
  • Constructor Details

    • SampleOutputV1

      public SampleOutputV1()
  • Method Details

    • isUncertain

      public SampleOutputV1 isUncertain(Boolean isUncertain)
    • getIsUncertain

      public Boolean getIsUncertain()
      True if this sample is uncertain
      Returns:
      isUncertain
    • setIsUncertain

      public void setIsUncertain(Boolean isUncertain)
    • key

      public SampleOutputV1 key(Object key)
    • getKey

      public Object getKey()
      The key of the sample
      Returns:
      key
    • setKey

      public void setKey(Object key)
    • value

      public SampleOutputV1 value(Object value)
    • getValue

      public Object getValue()
      The value of the sample
      Returns:
      value
    • setValue

      public void setValue(Object value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object