Class ScheduleDateUtilsInput

java.lang.Object
com.algolia.model.ingestion.ScheduleDateUtilsInput
All Implemented Interfaces:
TaskInput

public class ScheduleDateUtilsInput extends Object implements TaskInput
The input for a `schedule` task whose source is of type `bigquery` and for which extracted data spans a fixed number of days.
  • Constructor Details

    • ScheduleDateUtilsInput

      public ScheduleDateUtilsInput()
  • Method Details

    • setTimeframe

      public ScheduleDateUtilsInput setTimeframe(Integer timeframe)
    • getTimeframe

      @Nonnull public Integer getTimeframe()
      The timeframe of the extraction, in number of days from today. minimum: 1 maximum: 30
    • 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