Package com.algolia.model.analytics
Class ClickPosition
java.lang.Object
com.algolia.model.analytics.ClickPosition
ClickPosition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPosition(Integer positionItem) booleanNumber of click events.Range of positions with the following pattern: - For positions 1 to 10, the number of click events are shown for each position - For positions 11 to 20, all click events are grouped - For positions 21 and up, all click events are grouped.inthashCode()setClickCount(Integer clickCount) setPosition(List<Integer> position) toString()
-
Constructor Details
-
ClickPosition
public ClickPosition()
-
-
Method Details
-
setPosition
-
addPosition
-
getPosition
Range of positions with the following pattern: - For positions 1 to 10, the number of click events are shown for each position - For positions 11 to 20, all click events are grouped - For positions 21 and up, all click events are grouped. -
setClickCount
-
getClickCount
Number of click events. -
equals
-
hashCode
public int hashCode() -
toString
-