public class EcommerceTransactionItem extends AbstractEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
EcommerceTransactionItem.Builder<T extends EcommerceTransactionItem.Builder<T>> |
context, deviceCreatedTimestamp, eventId, subject, trueTimestamp| Modifier | Constructor and Description |
|---|---|
protected |
EcommerceTransactionItem(EcommerceTransactionItem.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static EcommerceTransactionItem.Builder<?> |
builder() |
TrackerPayload |
getPayload()
Returns a TrackerPayload which can be stored into
the local database.
|
void |
setDeviceCreatedTimestamp(java.lang.Long timestamp) |
void |
setTimestamp(long timestamp)
Deprecated.
|
void |
setTrueTimestamp(long timestamp) |
getContext, getDeviceCreatedTimestamp, getEventId, getSubject, getTimestamp, getTrueTimestamp, putDefaultParamsprotected EcommerceTransactionItem(EcommerceTransactionItem.Builder<?> builder)
public static EcommerceTransactionItem.Builder<?> builder()
@Deprecated public void setTimestamp(long timestamp)
timestamp - the new timestamp
Use setTrueTimestamp(long) or setTrueTimestamp(long)public void setTrueTimestamp(long timestamp)
timestamp - the new timestamppublic void setDeviceCreatedTimestamp(java.lang.Long timestamp)
timestamp - the new timestamppublic TrackerPayload getPayload()
getPayload in interface EventgetPayload in class AbstractEvent