Class RunResponse

java.lang.Object
com.algolia.model.ingestion.RunResponse

public class RunResponse extends Object
API response for running a task.
  • Constructor Details

    • RunResponse

      public RunResponse()
  • Method Details

    • setRunID

      public RunResponse setRunID(String runID)
    • getRunID

      @Nonnull public String getRunID()
      Universally unique identifier (UUID) of a task run.
    • setCreatedAt

      public RunResponse setCreatedAt(String createdAt)
    • getCreatedAt

      @Nonnull public String getCreatedAt()
      Date of creation 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