Class SampleInputV1

java.lang.Object
com.seeq.model.SampleInputV1

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

    • SampleInputV1

      public SampleInputV1()
  • Method Details

    • key

      public SampleInputV1 key(Object key)
    • getKey

      public Object 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

      public void setKey(Object key)
    • value

      public SampleInputV1 value(Object value)
    • getValue

      public Object 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

      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