Package com.algolia.model.ingestion
Class TaskV1
java.lang.Object
com.algolia.model.ingestion.TaskV1
Deprecated.
The V1 task object, please use methods and types that don't contain the V1 suffix.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Get actionDeprecated.Date of creation in RFC 3339 format.Deprecated.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.Universally unique identifier (UUID) of a task.Deprecated.Get triggerDeprecated.Date of last update in RFC 3339 format.inthashCode()Deprecated.setAction(ActionType action) Deprecated.setCreatedAt(String createdAt) Deprecated.Deprecated.setDestinationID(String destinationID) Deprecated.setEnabled(Boolean enabled) Deprecated.setFailureThreshold(Integer failureThreshold) Deprecated.Deprecated.setSourceID(String sourceID) Deprecated.Deprecated.setTrigger(Trigger trigger) Deprecated.setUpdatedAt(String updatedAt) Deprecated.toString()Deprecated.
-
Constructor Details
-
TaskV1
public TaskV1()Deprecated.
-
-
Method Details
-
setTaskID
Deprecated. -
getTaskID
Deprecated.Universally unique identifier (UUID) of a task. -
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 -
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 -
setAction
Deprecated. -
getAction
Deprecated.Get action -
setCursor
Deprecated. -
getCursor
Deprecated.Date of the last cursor in RFC 3339 format. -
setCreatedAt
Deprecated. -
getCreatedAt
Deprecated.Date of creation in RFC 3339 format. -
setUpdatedAt
Deprecated. -
getUpdatedAt
Deprecated.Date of last update in RFC 3339 format. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-