Package com.algolia.model.search
Class UpdatedAtWithObjectIdResponse
java.lang.Object
com.algolia.model.search.UpdatedAtWithObjectIdResponse
Response, taskID, unique object identifier, and an update timestamp.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Unique record identifier.Unique identifier of a task.Date and time when the object was updated, in RFC 3339 format.int
hashCode()
setObjectID
(String objectID) setUpdatedAt
(String updatedAt) toString()
-
Constructor Details
-
UpdatedAtWithObjectIdResponse
public UpdatedAtWithObjectIdResponse()
-
-
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`. -
setUpdatedAt
-
getUpdatedAt
Date and time when the object was updated, in RFC 3339 format. -
setObjectID
-
getObjectID
Unique record identifier. -
equals
-
hashCode
public int hashCode() -
toString
-