Class SaveSynonymResponse

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

public class SaveSynonymResponse extends Object
SaveSynonymResponse
  • Constructor Details

    • SaveSynonymResponse

      public SaveSynonymResponse()
  • Method Details

    • setTaskID

      public SaveSynonymResponse 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`.
      Returns:
      taskID
    • setUpdatedAt

      public SaveSynonymResponse setUpdatedAt(String updatedAt)
    • getUpdatedAt

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

      public SaveSynonymResponse setId(String id)
    • getId

      @Nonnull public String getId()
      Unique identifier of a synonym object.
      Returns:
      id
    • 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