Package com.algolia.model.insights
Class ObjectDataAfterSearch
java.lang.Object
com.algolia.model.insights.ObjectDataAfterSearch
ObjectDataAfterSearch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet discountgetPrice()Get priceThe quantity 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.inthashCode()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
The quantity of a product that has been purchased or added to the cart. The total value of a purchase is the sum of `quantity` multiplied with the `price` for each purchased item. -
setDiscount
-
getDiscount
Get discount -
equals
-
hashCode
public int hashCode() -
toString
-