Class Window

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

public class Window extends Object
Time window by which to filter the observability data.
  • Constructor Details

    • Window

      public Window()
  • Method Details

    • setStartDate

      public Window setStartDate(String startDate)
    • getStartDate

      @Nonnull public String getStartDate()
      Date in RFC 3339 format representing the oldest data in the time window.
    • setEndDate

      public Window setEndDate(String endDate)
    • getEndDate

      @Nonnull public String getEndDate()
      Date in RFC 3339 format representing the newest data in the time 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