Package com.algolia.model.ingestion
Class TaskUpdate
java.lang.Object
com.algolia.model.ingestion.TaskUpdate
The payload for a task update.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe destination UUID.Whether the task is enabled or not.A percentage representing the accepted failure threshold to determine if a `run` succeeded or not.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
The destination UUID. -
setTrigger
-
getTrigger
Get trigger -
setInput
-
getInput
Get input -
setEnabled
-
getEnabled
Whether the task is enabled or not. -
setFailureThreshold
-
getFailureThreshold
A percentage representing the accepted failure threshold to determine if a `run` succeeded or not. minimum: 0 maximum: 100 -
equals
-
hashCode
public int hashCode() -
toString
-