Package com.mypurecloud.sdk.v2.model
Class ResponsePage
java.lang.Object
com.mypurecloud.sdk.v2.model.ResponsePage
- All Implemented Interfaces:
Serializable
ResponsePage
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDomain 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 tag of the page.ISO 639-1 language code for the page as defined in the tag.Path name of the page for the event.queryString(String queryString) Query string that is passed to the page in the current event.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
-
ResponsePage
public ResponsePage() -
ResponsePage
-
-
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 tag of the page. -
getKeywords
-
setKeywords
-
lang
ISO 639-1 language code for the page as defined in the 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
-
equals
-
hashCode
public int hashCode() -
toString
-