Package com.algolia.model.ingestion
Class Task
java.lang.Object
com.algolia.model.ingestion.Task
Task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet actionDate of creation in RFC3339 format.Universally 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 inputUniversally uniqud identifier (UUID) of a source.Universally unique identifier (UUID) of a task.Get triggerDate of last update in RFC3339 format.inthashCode()setAction(ActionType action) setCreatedAt(String createdAt) setDestinationID(String destinationID) setEnabled(Boolean enabled) setFailureThreshold(Integer failureThreshold) setSourceID(String sourceID) setTrigger(Trigger trigger) setUpdatedAt(String updatedAt) toString()
-
Constructor Details
-
Task
public Task()
-
-
Method Details
-
setTaskID
-
getTaskID
Universally unique identifier (UUID) of a task. -
setSourceID
-
getSourceID
Universally uniqud identifier (UUID) of a source. -
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 -
setAction
-
getAction
Get action -
setCreatedAt
-
getCreatedAt
Date of creation in RFC3339 format. -
setUpdatedAt
-
getUpdatedAt
Date of last update in RFC3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-