Package com.algolia.model.ingestion
Class TaskUpdateV1
java.lang.Object
com.algolia.model.ingestion.TaskUpdateV1
Deprecated.
API request body for updating 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.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.Get triggerint
hashCode()
Deprecated.setDestinationID
(String destinationID) Deprecated.setEnabled
(Boolean enabled) Deprecated.setFailureThreshold
(Integer failureThreshold) Deprecated.Deprecated.setTrigger
(TriggerUpdateInput trigger) Deprecated.toString()
Deprecated.
-
Constructor Details
-
TaskUpdateV1
public TaskUpdateV1()Deprecated.
-
-
Method Details
-
setDestinationID
Deprecated. -
getDestinationID
Deprecated.Universally unique identifier (UUID) of a destination resource. -
setTrigger
Deprecated. -
getTrigger
Deprecated.Get trigger -
setInput
Deprecated. -
getInput
Deprecated.Get input -
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 -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-