Package com.algolia.model.ingestion
Class RunSourceResponse
java.lang.Object
com.algolia.model.ingestion.RunSourceResponse
RunSourceResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDate of creation in RFC 3339 format.Map of taskID sent for reindex with the corresponding runID.inthashCode()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
-