Class ABTestResponse

java.lang.Object
com.algolia.model.abtesting.ABTestResponse

public class ABTestResponse extends Object
ABTestResponse
  • Constructor Details

    • ABTestResponse

      public ABTestResponse()
  • Method Details

    • setIndex

      public ABTestResponse setIndex(String index)
    • getIndex

      @Nonnull public String getIndex()
      Index name of the A/B test variant (case-sensitive).
    • setAbTestID

      public ABTestResponse setAbTestID(Integer abTestID)
    • getAbTestID

      @Nonnull public Integer getAbTestID()
      Unique A/B test identifier.
    • setTaskID

      public ABTestResponse 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