Class Product
java.lang.Object
com.mparticle.sdk.model.eventprocessing.Product
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBrand()
getId()
getName()
int
getPrice()
setAttributes
(Map<String, String> attributes) setCategory
(String category) setCouponCode
(String couponCode) setPosition
(int position) setPrice
(BigDecimal price) setQuantity
(BigDecimal quantity) setTotalAmount
(BigDecimal totalAmount) setVariant
(String variant)
-
Constructor Details
-
Product
public Product()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getBrand
-
setBrand
-
getCategory
-
setCategory
-
getVariant
-
setVariant
-
getPosition
public int getPosition() -
setPosition
-
getPrice
-
setPrice
-
getQuantity
-
setQuantity
-
getCouponCode
-
setCouponCode
-
getTotalAmount
-
setTotalAmount
-
getAttributes
-
setAttributes
-