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) boolean
Number 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.int
hashCode()
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.- Returns:
- position
-
setClickCount
-
getClickCount
Number of click events.- Returns:
- clickCount
-
equals
-
hashCode
public int hashCode() -
toString
-