Package com.algolia.model.abtesting
Class ABTest
java.lang.Object
com.algolia.model.abtesting.ABTest
ABTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddVariants(Variant variantsItem) booleanUnique A/B test identifier.Get addToCartSignificanceGet clickSignificanceGet _configurationGet conversionSignificanceDate and time when the A/B test was created, in RFC 3339 format.getEndAt()End date and time of the A/B test, in RFC 3339 format.getName()A/B test name.Get purchaseSignificanceGet revenueSignificanceGet statusDate and time when the A/B test was last updated, in RFC 3339 format.A/B test variants.inthashCode()putRevenueSignificance(String key, Double revenueSignificanceItem) setAbTestID(Integer abTestID) setAddToCartSignificance(Double addToCartSignificance) setClickSignificance(Double clickSignificance) setConfiguration(ABTestConfiguration _configuration) setConversionSignificance(Double conversionSignificance) setCreatedAt(String createdAt) setPurchaseSignificance(Double purchaseSignificance) setRevenueSignificance(Map<String, Double> revenueSignificance) setUpdatedAt(String updatedAt) setVariants(List<Variant> variants) toString()
-
Constructor Details
-
ABTest
public ABTest()
-
-
Method Details
-
setAbTestID
-
getAbTestID
Unique A/B test identifier. -
setClickSignificance
-
getClickSignificance
Get clickSignificance -
setConversionSignificance
-
getConversionSignificance
Get conversionSignificance -
setAddToCartSignificance
-
getAddToCartSignificance
Get addToCartSignificance -
setPurchaseSignificance
-
getPurchaseSignificance
Get purchaseSignificance -
setRevenueSignificance
-
putRevenueSignificance
-
getRevenueSignificance
Get revenueSignificance -
setUpdatedAt
-
getUpdatedAt
Date and time when the A/B test was last updated, in RFC 3339 format. -
setCreatedAt
-
getCreatedAt
Date and time when the A/B test was created, in RFC 3339 format. -
setEndAt
-
getEndAt
End date and time of the A/B test, in RFC 3339 format. -
setName
-
getName
A/B test name. -
setStatus
-
getStatus
Get status -
setVariants
-
addVariants
-
getVariants
A/B test variants. The first variant is your _control_ index, typically your production index. The second variant is an index with changed settings that you want to test against the control. -
setConfiguration
-
getConfiguration
Get _configuration -
equals
-
hashCode
public int hashCode() -
toString
-