Package com.algolia.model.search
Class SaveObjectResponse
java.lang.Object
com.algolia.model.search.SaveObjectResponse
SaveObjectResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Date of creation (ISO-8601 format).Unique object identifier.Unique identifier of a task.int
hashCode()
setCreatedAt
(String createdAt) setObjectID
(String objectID) toString()
-
Constructor Details
-
SaveObjectResponse
public SaveObjectResponse()
-
-
Method Details
-
setCreatedAt
-
getCreatedAt
Date of creation (ISO-8601 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 and this `taskID`. -
setObjectID
-
getObjectID
Unique object identifier. -
equals
-
hashCode
public int hashCode() -
toString
-