Package com.algolia.model.insights
Class ViewedObjectIDs
java.lang.Object
com.algolia.model.insights.ViewedObjectIDs
- All Implemented Interfaces:
EventsItems
Use this event to track when users viewed items in the search results.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.insights.EventsItems
EventsItems.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddObjectIDs(String objectIDsItem) booleanCan contain up to 64 ASCII characters.Get eventTypegetIndex()Name of the Algolia index.List of object identifiers for items of an Algolia index.Time of the event in milliseconds in [Unix epoch time](https://wikipedia.org/wiki/Unix_time).Anonymous or pseudonymous user identifier.inthashCode()setEventName(String eventName) setEventType(ViewEvent eventType) setObjectIDs(List<String> objectIDs) setTimestamp(Long timestamp) setUserToken(String userToken) toString()
-
Constructor Details
-
ViewedObjectIDs
public ViewedObjectIDs()
-
-
Method Details
-
setEventName
-
getEventName
Can contain up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment's [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. -
setEventType
-
getEventType
Get eventType -
setIndex
-
getIndex
Name of the Algolia index. -
setObjectIDs
-
addObjectIDs
-
getObjectIDs
List of object identifiers for items of an Algolia index. -
setUserToken
-
getUserToken
Anonymous or pseudonymous user identifier. > **Note**: Never include personally identifiable information in user tokens. -
setTimestamp
-
getTimestamp
Time of the event in milliseconds in [Unix epoch time](https://wikipedia.org/wiki/Unix_time). By default, the Insights API uses the time it receives an event as its timestamp. -
equals
-
hashCode
public int hashCode() -
toString
-