Package com.algolia.model.abtesting
Class AbTestsVariant
java.lang.Object
com.algolia.model.abtesting.AbTestsVariant
AbTestsVariant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA/B test description.getIndex()A/B test index.A/B test traffic percentage.inthashCode()setDescription(String description) setTrafficPercentage(Integer trafficPercentage) toString()
-
Constructor Details
-
AbTestsVariant
public AbTestsVariant()
-
-
Method Details
-
setIndex
-
getIndex
A/B test index. -
setTrafficPercentage
-
getTrafficPercentage
A/B test traffic percentage. -
setDescription
-
getDescription
A/B test description. -
equals
-
hashCode
public int hashCode() -
toString
-