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 TypeMethodDescriptionbooleanUnique object identifier.Unique identifier of a task.Timestamp of the last update in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.inthashCode()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 and this `taskID`.- Returns:
- taskID
-
setUpdatedAt
-
getUpdatedAt
Timestamp of the last update in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.- Returns:
- updatedAt
-
setObjectID
-
getObjectID
Unique object identifier.- Returns:
- objectID
-
equals
-
hashCode
public int hashCode() -
toString
-