Package com.seeq.model
Class IntervalV1
java.lang.Object
com.seeq.model.IntervalV1
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
-
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
-
start
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-