Class BatchResponse

java.lang.Object
com.algolia.model.search.BatchResponse

public class BatchResponse extends Object
BatchResponse
  • Constructor Details

    • BatchResponse

      public BatchResponse()
  • Method Details

    • setTaskID

      public BatchResponse setTaskID(Long taskID)
    • getTaskID

      @Nonnull public Long 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`.
    • setObjectIDs

      public BatchResponse setObjectIDs(List<String> objectIDs)
    • addObjectIDs

      public BatchResponse addObjectIDs(String objectIDsItem)
    • getObjectIDs

      @Nonnull public List<String> getObjectIDs()
      Unique object (record) identifiers.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object