Package com.algolia.model.analytics
Class ClickPosition
java.lang.Object
com.algolia.model.analytics.ClickPosition
Click position.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPosition(Integer positionItem) booleanNumber of times this search has been clicked at that position.Range of positions in the search results, using the pattern `[start,end]`.inthashCode()setClickCount(Integer clickCount) setPosition(List<Integer> position) toString()
-
Constructor Details
-
ClickPosition
public ClickPosition()
-
-
Method Details
-
setPosition
-
addPosition
-
getPosition
Range of positions in the search results, using the pattern `[start,end]`. For positions 11 and up, click events are summed over the specified range. `-1` indicates the end of the list of search results. -
setClickCount
-
getClickCount
Number of times this search has been clicked at that position. minimum: 0 -
equals
-
hashCode
public int hashCode() -
toString
-