Package com.algolia.model.ingestion
Class OnDemandDateUtilsInput
java.lang.Object
com.algolia.model.ingestion.OnDemandDateUtilsInput
- All Implemented Interfaces:
TaskInput
Input for a manually-triggered 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 TypeMethodDescriptionbooleanLatest date in RFC 3339 format of the extracted data from Big Query.Get mappingEarliest date in RFC 3339 format of the extracted data from Big Query.inthashCode()setEndDate(String endDate) setMapping(MappingInput mapping) setStartDate(String startDate) toString()
-
Constructor Details
-
OnDemandDateUtilsInput
public OnDemandDateUtilsInput()
-
-
Method Details
-
setStartDate
-
getStartDate
Earliest date in RFC 3339 format of the extracted data from Big Query. -
setEndDate
-
getEndDate
Latest date in RFC 3339 format of the extracted data from Big Query. -
setMapping
-
getMapping
Get mapping -
equals
-
hashCode
public int hashCode() -
toString
-