-
public final class ExperienceRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExperienceRequest.Builderpublic classExperienceRequest.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisDebugprivate final Map<String, List<String>>customVariablesprivate final Stringurlprivate final Stringrefererprivate final List<String>tagsprivate final List<String>keywordsprivate final Stringzoneprivate final Stringtitleprivate final Stringdescriptionprivate final StringcontentIdprivate final StringcontentTypeprivate final StringcontentCreatedprivate final StringcontentAuthorprivate final StringcontentSectionprivate final BooleancontentIsNativeprivate final CustomParameterscustomParameters
-
Method Summary
Modifier and Type Method Description final BooleangetIsDebug()final Map<String, List<String>>getCustomVariables()final StringgetUrl()final StringgetReferer()final List<String>getTags()final List<String>getKeywords()final StringgetZone()final StringgetTitle()final StringgetDescription()final StringgetContentId()final StringgetContentType()final StringgetContentCreated()final StringgetContentAuthor()final StringgetContentSection()final BooleangetContentIsNative()final CustomParametersgetCustomParameters()-
-
Method Detail
-
getIsDebug
final Boolean getIsDebug()
-
getCustomVariables
final Map<String, List<String>> getCustomVariables()
-
getReferer
final String getReferer()
-
getKeywords
final List<String> getKeywords()
-
getDescription
final String getDescription()
-
getContentId
final String getContentId()
-
getContentType
final String getContentType()
-
getContentCreated
final String getContentCreated()
-
getContentAuthor
final String getContentAuthor()
-
getContentSection
final String getContentSection()
-
getContentIsNative
final Boolean getContentIsNative()
-
getCustomParameters
final CustomParameters getCustomParameters()
-
-
-
-