public class ExperienceResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Event> |
events |
java.lang.String |
tac |
java.lang.String |
tbc |
int |
timeZoneOffsetMillis |
java.lang.Integer |
visitTimeoutMinutes |
java.lang.String |
xbc |
| Constructor and Description |
|---|
ExperienceResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ExperienceResponse |
fromJson(org.json.JSONObject json) |
public java.lang.String tbc
public java.lang.String xbc
public java.lang.String tac
public int timeZoneOffsetMillis
public java.lang.Integer visitTimeoutMinutes
public java.util.List<Event> events
public static ExperienceResponse fromJson(org.json.JSONObject json) throws ComposerException
ComposerException