Class InsightsRequest
- java.lang.Object
-
- com.algolia.search.models.insights.InsightsRequest
-
- All Implemented Interfaces:
Serializable
public class InsightsRequest extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsightsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InsightsEvent>getEvents()InsightsRequestsetEvents(List<InsightsEvent> events)
-
-
-
Method Detail
-
getEvents
public List<InsightsEvent> getEvents()
-
setEvents
public InsightsRequest setEvents(List<InsightsEvent> events)
-
-