Class UpdatedRuleResponse

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

public class UpdatedRuleResponse extends Object
UpdatedRuleResponse
  • Constructor Details

    • UpdatedRuleResponse

      public UpdatedRuleResponse()
  • Method Details

    • setObjectID

      public UpdatedRuleResponse setObjectID(String objectID)
    • getObjectID

      @Nonnull public String getObjectID()
      Unique identifier of a rule object.
    • setUpdatedAt

      public UpdatedRuleResponse setUpdatedAt(String updatedAt)
    • getUpdatedAt

      @Nonnull public String getUpdatedAt()
      Date and time when the object was updated, in RFC 3339 format.
    • setTaskID

      public UpdatedRuleResponse 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`.
    • 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