Package com.algolia.model.search
Class SaveObjectResponse
java.lang.Object
com.algolia.model.search.SaveObjectResponse
SaveObjectResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDate and time when the object was created, in RFC 3339 format.Unique record identifier.Unique identifier of a task.inthashCode()setCreatedAt(String createdAt) setObjectID(String objectID) toString()
-
Constructor Details
-
SaveObjectResponse
public SaveObjectResponse()
-
-
Method Details
-
setCreatedAt
-
getCreatedAt
Date and time when the object was created, in RFC 3339 format. -
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`. -
setObjectID
-
getObjectID
Unique record identifier. -
equals
-
hashCode
public int hashCode() -
toString
-