Package com.algolia.model.ingestion
Class TaskCreateV1
java.lang.Object
com.algolia.model.ingestion.TaskCreateV1
Deprecated.
API request body for creating a task using the V1 shape, please use methods and types that don't
contain the V1 suffix.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.Get actionDeprecated.Date of the last cursor in RFC 3339 format.Deprecated.Universally unique identifier (UUID) of a destination resource.Deprecated.Whether the task is enabled.Deprecated.Maximum accepted percentage of failures for a task run to finish successfully.getInput()
Deprecated.Get inputDeprecated.Universally uniqud identifier (UUID) of a source.Deprecated.Get triggerint
hashCode()
Deprecated.setAction
(ActionType action) Deprecated.Deprecated.setDestinationID
(String destinationID) Deprecated.setEnabled
(Boolean enabled) Deprecated.setFailureThreshold
(Integer failureThreshold) Deprecated.Deprecated.setSourceID
(String sourceID) Deprecated.setTrigger
(TaskCreateTrigger trigger) Deprecated.toString()
Deprecated.
-
Constructor Details
-
TaskCreateV1
public TaskCreateV1()Deprecated.
-
-
Method Details
-
setSourceID
Deprecated. -
getSourceID
Deprecated.Universally uniqud identifier (UUID) of a source. -
setDestinationID
Deprecated. -
getDestinationID
Deprecated.Universally unique identifier (UUID) of a destination resource. -
setTrigger
Deprecated. -
getTrigger
Deprecated.Get trigger -
setAction
Deprecated. -
getAction
Deprecated.Get action -
setEnabled
Deprecated. -
getEnabled
Deprecated.Whether the task is enabled. -
setFailureThreshold
Deprecated. -
getFailureThreshold
Deprecated.Maximum accepted percentage of failures for a task run to finish successfully. minimum: 0 maximum: 100 -
setInput
Deprecated. -
getInput
Deprecated.Get input -
setCursor
Deprecated. -
getCursor
Deprecated.Date of the last cursor in RFC 3339 format. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-