Package com.algolia.model.ingestion
Class TaskUpdate
java.lang.Object
com.algolia.model.ingestion.TaskUpdate
API request body for updating a task.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanUniversally unique identifier (UUID) of a destination resource.Whether the task is enabled.Maximum accepted percentage of failures for a task run to finish successfully.getInput()Get inputGet triggerinthashCode()setDestinationID(String destinationID) setEnabled(Boolean enabled) setFailureThreshold(Integer failureThreshold) setTrigger(TriggerUpdateInput trigger) toString()
-
Constructor Details
-
TaskUpdate
public TaskUpdate()
-
-
Method Details
-
setDestinationID
-
getDestinationID
Universally unique identifier (UUID) of a destination resource. -
setTrigger
-
getTrigger
Get trigger -
setInput
-
getInput
Get input -
setEnabled
-
getEnabled
Whether the task is enabled. -
setFailureThreshold
-
getFailureThreshold
Maximum accepted percentage of failures for a task run to finish successfully. minimum: 0 maximum: 100 -
equals
-
hashCode
public int hashCode() -
toString
-