Package com.algolia.model.ingestion
Class Window
java.lang.Object
com.algolia.model.ingestion.Window
Time window by which to filter the observability data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDate in RFC 3339 format representing the newest data in the time window.Date in RFC 3339 format representing the oldest data in the time window.inthashCode()setEndDate(String endDate) setStartDate(String startDate) toString()
-
Constructor Details
-
Window
public Window()
-
-
Method Details
-
setStartDate
-
getStartDate
Date in RFC 3339 format representing the oldest data in the time window. -
setEndDate
-
getEndDate
Date in RFC 3339 format representing the newest data in the time window. -
equals
-
hashCode
public int hashCode() -
toString
-