com.google.analytics.tracking.android
Class Item
java.lang.Object
com.google.analytics.tracking.android.Item
public class Item
- extends java.lang.Object
A simple immutable class to hold the values of the item hit. Users can
create an object of this class using the Builder subclass.
Nested Class Summary |
static class |
Item.Builder
Builder for Item. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getProductSKU
public java.lang.String getProductSKU()
getProductName
public java.lang.String getProductName()
getProductCategory
public java.lang.String getProductCategory()
getItemPriceInMicros
public long getItemPriceInMicros()
getItemQuantity
public long getItemQuantity()