Package com.algolia.model.ingestion
Class OnDemandDateUtilsInput
java.lang.Object
com.algolia.model.ingestion.OnDemandDateUtilsInput
- All Implemented Interfaces:
TaskInput
The input for an `onDemand` task whose source is of type `bigquery` and for which extracted data
spans a given time range.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.TaskInput
TaskInput.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe end date of the extraction (RFC3339 format).The start date of the extraction (RFC3339 format).inthashCode()setEndDate(String endDate) setStartDate(String startDate) toString()
-
Constructor Details
-
OnDemandDateUtilsInput
public OnDemandDateUtilsInput()
-
-
Method Details
-
setStartDate
-
getStartDate
The start date of the extraction (RFC3339 format). -
setEndDate
-
getEndDate
The end date of the extraction (RFC3339 format). -
equals
-
hashCode
public int hashCode() -
toString
-