Package com.mypurecloud.sdk.v2.model
Class JourneyPage
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyPage
- All Implemented Interfaces:
Serializable
JourneyPage
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbreadcrumb(List<String> breadcrumb) Hierarchy of the current page in relation to the website's structure.Domain of the page's URL.booleanFragment or hash of the page's URL.getLang()getTitle()getUrl()inthashCode()Hostname of the page's URL.Keywords from the HTML<meta>tag of the page.ISO 639-1 language code for the page as defined in the<html>tag.Path name of the page for the event.queryString(String queryString) Query string that is passed to the page in the current event.voidsetBreadcrumb(List<String> breadcrumb) voidvoidsetFragment(String fragment) voidsetHostname(String hostname) voidsetKeywords(String keywords) voidvoidsetPathname(String pathname) voidsetQueryString(String queryString) voidvoidTitle of the page.toString()The page URL.
-
Constructor Details
-
JourneyPage
public JourneyPage() -
JourneyPage
-
-
Method Details
-
url
The page URL. -
getUrl
-
setUrl
-
title
Title of the page. -
getTitle
-
setTitle
-
domain
Domain of the page's URL. -
getDomain
-
setDomain
-
fragment
Fragment or hash of the page's URL. -
getFragment
-
setFragment
-
hostname
Hostname of the page's URL. -
getHostname
-
setHostname
-
keywords
Keywords from the HTML<meta>tag of the page. -
getKeywords
-
setKeywords
-
lang
ISO 639-1 language code for the page as defined in the<html>tag. -
getLang
-
setLang
-
pathname
Path name of the page for the event. -
getPathname
-
setPathname
-
queryString
Query string that is passed to the page in the current event. -
getQueryString
-
setQueryString
-
breadcrumb
Hierarchy of the current page in relation to the website's structure. -
getBreadcrumb
-
setBreadcrumb
-
equals
-
hashCode
public int hashCode() -
toString
-