Package com.algolia.model.search
Class BatchResponse
java.lang.Object
com.algolia.model.search.BatchResponse
BatchResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddObjectIDs(String objectIDsItem) booleanUnique object (record) identifiers.Unique identifier of a task.inthashCode()setObjectIDs(List<String> objectIDs) toString()
-
Constructor Details
-
BatchResponse
public BatchResponse()
-
-
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
-
setObjectIDs
-
addObjectIDs
-
getObjectIDs
Unique object (record) identifiers.- Returns:
- objectIDs
-
equals
-
hashCode
public int hashCode() -
toString
-