public class OfferInteractionContext
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OfferInteractionContext.Interaction |
static class |
OfferInteractionContext.Offer |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<OfferInteractionContext.Interaction> |
interactions |
protected java.util.List<OfferInteractionContext.Offer> |
offers |
| Constructor and Description |
|---|
OfferInteractionContext() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OfferInteractionContext.Interaction> |
getInteractions() |
java.util.Date |
getTimestamp() |
void |
setTimestamp(java.util.Date timestamp) |
protected final java.util.List<OfferInteractionContext.Interaction> interactions
protected final java.util.List<OfferInteractionContext.Offer> offers
public java.util.Date getTimestamp()
public void setTimestamp(java.util.Date timestamp)
timestamp - the timestamp to setpublic java.util.List<OfferInteractionContext.Interaction> getInteractions()
Copyright © 2018 SAP SE. All Rights Reserved.