Class Event
java.lang.Object
com.loop54.model.request.parameters.Event
- Direct Known Subclasses:
AddToCartEvent,ClickEvent,CustomEvent,PurchaseEvent
Base event class. This represents a user interaction on a product (or as we call it, entity).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe string value corresponding to the addtocart-eventstatic final StringThe string value corresponding to the click-eventfinal EntityThe entity that the user has interacted with.static final StringThe string value corresponding to the purchase-eventfinal StringType of the event. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLICK
The string value corresponding to the click-event- See Also:
-
ADD_TO_CART
The string value corresponding to the addtocart-event- See Also:
-
PURCHASE
The string value corresponding to the purchase-event- See Also:
-
type
Type of the event. -
entity
The entity that the user has interacted with.
-
-
Constructor Details
-
Event
-