com.google.analytics.tracking.android
Class Item

java.lang.Object
  extended by 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.
 
Method Summary
 long getItemPriceInMicros()
           
 long getItemQuantity()
           
 java.lang.String getProductCategory()
           
 java.lang.String getProductName()
           
 java.lang.String getProductSKU()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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()