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