Package com.algolia.model.ingestion
Class Task
java.lang.Object
com.algolia.model.ingestion.Task
Task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get actionDate of creation (RFC3339 format).The 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 inputThe source UUID.The task UUID.Get triggerDate of last update (RFC3339 format).int
hashCode()
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
The task UUID. -
setSourceID
-
getSourceID
The source UUID. -
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 -
setAction
-
getAction
Get action -
setCreatedAt
-
getCreatedAt
Date of creation (RFC3339 format). -
setUpdatedAt
-
getUpdatedAt
Date of last update (RFC3339 format). -
equals
-
hashCode
public int hashCode() -
toString
-