Package com.algolia.model.recommend
Class DeletedAtResponse
java.lang.Object
com.algolia.model.recommend.DeletedAtResponse
Response, taskID, and deletion timestamp.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTimestamp of deletion in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.Unique identifier of a task.inthashCode()setDeletedAt(String deletedAt) toString()
-
Constructor Details
-
DeletedAtResponse
public DeletedAtResponse()
-
-
Method Details
-
setTaskID
-
getTaskID
Unique identifier of a task. A successful API response means that a task was added to a queue. It might not run immediately. You can check the task's progress with the `task` operation and this `taskID`. -
setDeletedAt
-
getDeletedAt
Timestamp of deletion in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format. -
equals
-
hashCode
public int hashCode() -
toString
-