Class InsightsEvents

java.lang.Object
com.algolia.model.insights.InsightsEvents

public class InsightsEvents extends Object
InsightsEvents
  • Constructor Details

    • InsightsEvents

      public InsightsEvents()
  • Method Details

    • setEvents

      public InsightsEvents setEvents(List<EventsItems> events)
    • addEvents

      public InsightsEvents addEvents(EventsItems eventsItem)
    • getEvents

      @Nonnull public List<EventsItems> getEvents()
      List of click and conversion events. An event is an object representing a user interaction. Events have attributes that describe the interaction, such as an event name, a type, or a user token. Some attributes require other attributes to be declared, and some attributes can't be declared at the same time. **All** events must be valid, otherwise the API returns an error.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object