Package com.algolia.model.ingestion
Class ScheduleDateUtilsInput
java.lang.Object
com.algolia.model.ingestion.ScheduleDateUtilsInput
- All Implemented Interfaces:
TaskInput
Input for scheduled tasks whose source is of type `bigquery` and for which extracted data spans a
fixed number of days.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.TaskInput
TaskInput.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet mappingNumber of days in the past until the current day for which to extract Big Query data.inthashCode()setMapping(MappingInput mapping) setTimeframe(Integer timeframe) toString()
-
Constructor Details
-
ScheduleDateUtilsInput
public ScheduleDateUtilsInput()
-
-
Method Details
-
setTimeframe
-
getTimeframe
Number of days in the past until the current day for which to extract Big Query data. minimum: 1 maximum: 30 -
setMapping
-
getMapping
Get mapping -
equals
-
hashCode
public int hashCode() -
toString
-