Class Window

java.lang.Object
com.algolia.model.ingestion.Window

public class Window extends Object
The window parameter represents the holds the dates used to query the Observability data from the database in a given window.
  • Constructor Details

    • Window

      public Window()
  • Method Details

    • setStartDate

      public Window setStartDate(String startDate)
    • getStartDate

      @Nonnull public String getStartDate()
      A date in format RFC3339 representing the oldest possible data in query window.
    • setEndDate

      public Window setEndDate(String endDate)
    • getEndDate

      @Nonnull public String getEndDate()
      A date in format RFC3339 representing the newest possible data in query window.
    • 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