Class IntervalV1

java.lang.Object
com.seeq.model.IntervalV1

public class IntervalV1 extends Object
The time range to overwrite. if not provided, it will be the inclusive of all the provided samples starts.
  • Constructor Details

    • IntervalV1

      public IntervalV1()
  • Method Details

    • end

      public IntervalV1 end(Object end)
    • getEnd

      public Object getEnd()
      The end of the interval, exclusive. An ISO 8601 date string (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm) or a whole number of nanoseconds since the unix epoch.
      Returns:
      end
    • setEnd

      public void setEnd(Object end)
    • start

      public IntervalV1 start(Object start)
    • getStart

      public Object getStart()
      The start of the interval, inclusive. An ISO 8601 date string (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm) or a whole number of nanoseconds since the unix epoch.
      Returns:
      start
    • setStart

      public void setStart(Object start)
    • 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