Package com.algolia.model.search
Class DeletedAtResponse
java.lang.Object
com.algolia.model.search.DeletedAtResponse
Response, taskID, and deletion timestamp.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Date and time when the object was deleted, in RFC 3339 format.Unique identifier of a task.int
hashCode()
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](#tag/Indices/operation/getTask) and this `taskID`. -
setDeletedAt
-
getDeletedAt
Date and time when the object was deleted, in RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-