Package com.algolia.model.abtesting
Class ABTestResponse
java.lang.Object
com.algolia.model.abtesting.ABTestResponse
ABTestResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Unique A/B test ID.getIndex()
A/B test index.Unique identifier of a task.int
hashCode()
setAbTestID
(Integer abTestID) toString()
-
Constructor Details
-
ABTestResponse
public ABTestResponse()
-
-
Method Details
-
setIndex
-
getIndex
A/B test index. -
setAbTestID
-
getAbTestID
Unique A/B test ID. -
setTaskID
-
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
-
hashCode
public int hashCode() -
toString
-