Package com.algolia.model.insights
Class ObjectDataAfterSearch
java.lang.Object
com.algolia.model.insights.ObjectDataAfterSearch
ObjectDataAfterSearch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get discountgetPrice()
Get priceQuantity of a product that has been purchased or added to the cart.Unique identifier for a search query, used to track purchase events with multiple records that originate from different searches.int
hashCode()
setDiscount
(Discount discount) setQuantity
(Integer quantity) setQueryID
(String queryID) toString()
-
Constructor Details
-
ObjectDataAfterSearch
public ObjectDataAfterSearch()
-
-
Method Details
-
setQueryID
-
getQueryID
Unique identifier for a search query, used to track purchase events with multiple records that originate from different searches. -
setPrice
-
getPrice
Get price -
setQuantity
-
getQuantity
Quantity of a product that has been purchased or added to the cart. The total purchase value is the sum of `quantity` multiplied with the `price` for each purchased item. -
setDiscount
-
getDiscount
Get discount -
equals
-
hashCode
public int hashCode() -
toString
-