Class UpdatedAtWithObjectIdResponse

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

public class UpdatedAtWithObjectIdResponse extends Object
Response, taskID, unique object identifier, and an update timestamp.
  • Constructor Details

    • UpdatedAtWithObjectIdResponse

      public UpdatedAtWithObjectIdResponse()
  • Method Details

    • setTaskID

      public UpdatedAtWithObjectIdResponse setTaskID(Long taskID)
    • getTaskID

      @Nullable 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`.
      Returns:
      taskID
    • setUpdatedAt

      public UpdatedAtWithObjectIdResponse setUpdatedAt(String updatedAt)
    • getUpdatedAt

      @Nullable public String getUpdatedAt()
      Timestamp of the last update in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.
      Returns:
      updatedAt
    • setObjectID

      public UpdatedAtWithObjectIdResponse setObjectID(String objectID)
    • getObjectID

      @Nullable public String getObjectID()
      Unique object identifier.
      Returns:
      objectID
    • 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