Class DeletedAtResponse

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

public class DeletedAtResponse extends Object
Response, taskID, and deletion timestamp.
  • Constructor Details

    • DeletedAtResponse

      public DeletedAtResponse()
  • Method Details

    • setTaskID

      public DeletedAtResponse 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](#tag/Indices/operation/getTask) and this `taskID`.
    • setDeletedAt

      public DeletedAtResponse setDeletedAt(String deletedAt)
    • getDeletedAt

      @Nonnull public String getDeletedAt()
      Date and time when the object was deleted, in RFC 3339 format.
    • 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