Package com.algolia.model.ingestion
Class Run
java.lang.Object
com.algolia.model.ingestion.Run
Run
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAppID()Get appIDDate of creation (RFC3339 format).A percentage representing the accepted failure threshold to determine if a `run` succeeded or not.Date of finish (RFC3339 format).Get outcomeGet progressExplains the result of outcome.Get reasonCodegetRunID()The run UUID.Date of start (RFC3339 format).Get statusThe task UUID.getType()Get typeinthashCode()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
The run UUID. -
setAppID
-
getAppID
Get appID -
setTaskID
-
getTaskID
The task UUID. -
setStatus
-
getStatus
Get status -
setProgress
-
getProgress
Get progress -
setOutcome
-
getOutcome
Get outcome -
setFailureThreshold
-
getFailureThreshold
A percentage representing the accepted failure threshold to determine if a `run` succeeded or not. minimum: 0 maximum: 100 -
setReason
-
getReason
Explains the result of outcome. -
setReasonCode
-
getReasonCode
Get reasonCode -
setType
-
getType
Get type -
setCreatedAt
-
getCreatedAt
Date of creation (RFC3339 format). -
setStartedAt
-
getStartedAt
Date of start (RFC3339 format). -
setFinishedAt
-
getFinishedAt
Date of finish (RFC3339 format). -
equals
-
hashCode
public int hashCode() -
toString
-