Package com.algolia.model.abtesting
Class FilterEffectsOutliers
java.lang.Object
com.algolia.model.abtesting.FilterEffectsOutliers
Outliers removed from the A/B test as a result of configuration settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNumber of tracked searches removed from the A/B test.Number of users removed from the A/B test.inthashCode()setTrackedSearchesCount(Integer trackedSearchesCount) setUsersCount(Integer usersCount) toString()
-
Constructor Details
-
FilterEffectsOutliers
public FilterEffectsOutliers()
-
-
Method Details
-
setUsersCount
-
getUsersCount
Number of users removed from the A/B test. -
setTrackedSearchesCount
-
getTrackedSearchesCount
Number of tracked searches removed from the A/B test. -
equals
-
hashCode
public int hashCode() -
toString
-