Package com.qtsurfer.api.client.model
Class CoverageWindow
java.lang.Object
com.qtsurfer.api.client.model.CoverageWindow
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class CoverageWindow
extends Object
The time range of available data for a single data type
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this CoverageWindow object is equal to o.from(OffsetDateTime from) getFrom()Earliest timestamp with data availableIf the instrument stopped producing this data type (delisted/inactive), the timestamp it went inactive.getTo()Latest timestamp with data availableinthashCode()inactiveSince(OffsetDateTime inactiveSince) voidsetFrom(OffsetDateTime from) voidsetInactiveSince(OffsetDateTime inactiveSince) voidsetTo(OffsetDateTime to) to(OffsetDateTime to) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_TO
- See Also:
-
JSON_PROPERTY_INACTIVE_SINCE
- See Also:
-
-
Constructor Details
-
CoverageWindow
public CoverageWindow()
-
-
Method Details
-
from
-
getFrom
Earliest timestamp with data available- Returns:
- from
-
setFrom
-
to
-
getTo
Latest timestamp with data available- Returns:
- to
-
setTo
-
inactiveSince
-
getInactiveSince
If the instrument stopped producing this data type (delisted/inactive), the timestamp it went inactive. Optional — omitted while the instrument is active.- Returns:
- inactiveSince
-
setInactiveSince
-
equals
Return true if this CoverageWindow object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-