Package com.algolia.model.ingestion
Class RunSourceResponse
java.lang.Object
com.algolia.model.ingestion.RunSourceResponse
RunSourceResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Date of creation in RFC 3339 format.Map of taskID sent for reindex with the corresponding runID.int
hashCode()
putTaskWithRunID
(String key, String taskWithRunIDItem) setCreatedAt
(String createdAt) setTaskWithRunID
(Map<String, String> taskWithRunID) toString()
-
Constructor Details
-
RunSourceResponse
public RunSourceResponse()
-
-
Method Details
-
setTaskWithRunID
-
putTaskWithRunID
-
getTaskWithRunID
Map of taskID sent for reindex with the corresponding runID. -
setCreatedAt
-
getCreatedAt
Date of creation in RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-