Class ProductActionEvent
java.lang.Object
com.mparticle.sdk.model.eventprocessing.Event
com.mparticle.sdk.model.eventprocessing.ProductActionEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mparticle.sdk.model.eventprocessing.Event
Event.Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetAction
(ProductActionEvent.Action action) setAffiliation
(String affiliation) setAttributes
(Map<String, String> attributes) setCouponCode
(String couponCode) setCurrencyCode
(String currencyCode) void
setCustomFlags
(Map<String, String> customFlags) setProducts
(List<Product> products) setShippingAmount
(BigDecimal shippingAmount) setTaxAmount
(BigDecimal taxAmount) setTotalAmount
(BigDecimal totalAmount) setTransactionId
(String transactionId) Methods inherited from class com.mparticle.sdk.model.eventprocessing.Event
getId, getLocation, getRequest, getSessionId, getSourceId, getTimestamp, getType, setLocation, setRequest, setSessionId, setSourceId, setTimestamp
-
Constructor Details
-
ProductActionEvent
public ProductActionEvent()
-
-
Method Details
-
getAction
-
setAction
-
getTransactionId
-
setTransactionId
-
getAffiliation
-
setAffiliation
-
getTotalAmount
-
setTotalAmount
-
getTaxAmount
-
setTaxAmount
-
getShippingAmount
-
setShippingAmount
-
getCurrencyCode
-
setCurrencyCode
-
getCouponCode
-
setCouponCode
-
getProducts
-
setProducts
-
getAttributes
-
setAttributes
-
getCustomFlags
- Returns:
- custom flags map
-
setCustomFlags
- Parameters:
customFlags
- custom flags map
-