Package com.algolia.model.ingestion
Class Run
java.lang.Object
com.algolia.model.ingestion.Run
Run
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAppID()
Get appIDDate of creation in RFC 3339 format.Maximum accepted percentage of failures for a task run to finish successfully.Date of finish in RFC 3339 format.Get outcomeGet progressMore information about the task run's outcome.Get reasonCodegetRunID()
Universally unique identifier (UUID) of a task run.Date of start in RFC 3339 format.Get statusUniversally unique identifier (UUID) of a task.getType()
Get typeint
hashCode()
setCreatedAt
(String createdAt) setFailureThreshold
(Integer failureThreshold) setFinishedAt
(String finishedAt) setOutcome
(RunOutcome outcome) setProgress
(RunProgress progress) setReasonCode
(RunReasonCode reasonCode) setStartedAt
(String startedAt) toString()
-
Constructor Details
-
Run
public Run()
-
-
Method Details
-
setRunID
-
getRunID
Universally unique identifier (UUID) of a task run. -
setAppID
-
getAppID
Get appID -
setTaskID
-
getTaskID
Universally unique identifier (UUID) of a task. -
setStatus
-
getStatus
Get status -
setProgress
-
getProgress
Get progress -
setOutcome
-
getOutcome
Get outcome -
setFailureThreshold
-
getFailureThreshold
Maximum accepted percentage of failures for a task run to finish successfully. minimum: 0 maximum: 100 -
setReason
-
getReason
More information about the task run's outcome. -
setReasonCode
-
getReasonCode
Get reasonCode -
setType
-
getType
Get type -
setCreatedAt
-
getCreatedAt
Date of creation in RFC 3339 format. -
setStartedAt
-
getStartedAt
Date of start in RFC 3339 format. -
setFinishedAt
-
getFinishedAt
Date of finish in RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-