Package com.algolia.model.abtesting
Class Variant
java.lang.Object
com.algolia.model.abtesting.Variant
Variant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Number of add-to-cart events for this variant.[Add-to-cart rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#add-to-cart-rate) for this variant.[Average click position](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-position) for this variant.Number of click events for this variant.[Click-through rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-through-rate) for this variant.Number of click events for this variant.[Conversion rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#conversion-rate) for this variant.A/B test currencies.Description for this variant.Estimated number of searches required to achieve the desired statistical significance.Get filterEffectsgetIndex()
Index name of the A/B test variant (case-sensitive).Number of [searches without results](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#searches-without-results) for this variant.Number of purchase events for this variant.[Purchase rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#purchase-rate) for this variant.Number of searches for this variant.Number of tracked searches.Number of users that made tracked searches to this variant.Percentage of search requests each variant receives.Number of users that made searches to this variant.int
hashCode()
putCurrencies
(String key, Currency currenciesItem) setAddToCartCount
(Integer addToCartCount) setAddToCartRate
(Double addToCartRate) setAverageClickPosition
(Integer averageClickPosition) setClickCount
(Integer clickCount) setClickThroughRate
(Double clickThroughRate) setConversionCount
(Integer conversionCount) setConversionRate
(Double conversionRate) setCurrencies
(Map<String, Currency> currencies) setDescription
(String description) setEstimatedSampleSize
(Integer estimatedSampleSize) setFilterEffects
(FilterEffects filterEffects) setNoResultCount
(Integer noResultCount) setPurchaseCount
(Integer purchaseCount) setPurchaseRate
(Double purchaseRate) setSearchCount
(Integer searchCount) setTrackedSearchCount
(Integer trackedSearchCount) setTrackedUserCount
(Integer trackedUserCount) setTrafficPercentage
(Integer trafficPercentage) setUserCount
(Integer userCount) toString()
-
Constructor Details
-
Variant
public Variant()
-
-
Method Details
-
setAddToCartCount
-
getAddToCartCount
Number of add-to-cart events for this variant. -
setAddToCartRate
-
getAddToCartRate
[Add-to-cart rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#add-to-cart-rate) for this variant. -
setAverageClickPosition
-
getAverageClickPosition
[Average click position](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-position) for this variant. -
setClickCount
-
getClickCount
Number of click events for this variant. -
setClickThroughRate
-
getClickThroughRate
[Click-through rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-through-rate) for this variant. -
setConversionCount
-
getConversionCount
Number of click events for this variant. -
setConversionRate
-
getConversionRate
[Conversion rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#conversion-rate) for this variant. -
setCurrencies
-
putCurrencies
-
getCurrencies
A/B test currencies. -
setDescription
-
getDescription
Description for this variant. -
setEstimatedSampleSize
-
getEstimatedSampleSize
Estimated number of searches required to achieve the desired statistical significance. The A/B test configuration must include a `mininmumDetectableEffect` setting for this number to be included in the response. -
setFilterEffects
-
getFilterEffects
Get filterEffects -
setIndex
-
getIndex
Index name of the A/B test variant (case-sensitive). -
setNoResultCount
-
getNoResultCount
Number of [searches without results](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#searches-without-results) for this variant. -
setPurchaseCount
-
getPurchaseCount
Number of purchase events for this variant. -
setPurchaseRate
-
getPurchaseRate
[Purchase rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#purchase-rate) for this variant. -
setSearchCount
-
getSearchCount
Number of searches for this variant. -
setTrackedSearchCount
-
getTrackedSearchCount
Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true. -
setTrafficPercentage
-
getTrafficPercentage
Percentage of search requests each variant receives. minimum: 0 maximum: 100 -
setUserCount
-
getUserCount
Number of users that made searches to this variant. -
setTrackedUserCount
-
getTrackedUserCount
Number of users that made tracked searches to this variant. -
equals
-
hashCode
public int hashCode() -
toString
-