-
public final class ExperienceRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisDebugprivate final Map<String, String>customVariablesprivate final Stringurlprivate final Stringrefererprivate final List<String>tagsprivate final Stringzoneprivate final StringcontentCreatedprivate final StringcontentAuthorprivate final StringcontentSectionprivate final BooleancontentIsNativeprivate final CustomParameterscustomParameters
-
Method Summary
Modifier and Type Method Description final BooleangetIsDebug()final Map<String, String>getCustomVariables()final StringgetUrl()final StringgetReferer()final List<String>getTags()final StringgetZone()final StringgetContentCreated()final StringgetContentAuthor()final StringgetContentSection()final BooleangetContentIsNative()final CustomParametersgetCustomParameters()-
-
Method Detail
-
getIsDebug
final Boolean getIsDebug()
-
getCustomVariables
final Map<String, String> getCustomVariables()
-
getReferer
final String getReferer()
-
getContentCreated
final String getContentCreated()
-
getContentAuthor
final String getContentAuthor()
-
getContentSection
final String getContentSection()
-
getContentIsNative
final Boolean getContentIsNative()
-
getCustomParameters
final CustomParameters getCustomParameters()
-
-
-
-