Class JourneyPage

java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyPage
All Implemented Interfaces:
Serializable

public class JourneyPage extends Object implements Serializable
JourneyPage
See Also:
  • Constructor Details

    • JourneyPage

      public JourneyPage()
    • JourneyPage

      public JourneyPage(Boolean initWithEmptyList)
  • Method Details

    • url

      public JourneyPage url(String url)
      The page URL.
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • title

      public JourneyPage title(String title)
      Title of the page.
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • domain

      public JourneyPage domain(String domain)
      Domain of the page's URL.
    • getDomain

      public String getDomain()
    • setDomain

      public void setDomain(String domain)
    • fragment

      public JourneyPage fragment(String fragment)
      Fragment or hash of the page's URL.
    • getFragment

      public String getFragment()
    • setFragment

      public void setFragment(String fragment)
    • hostname

      public JourneyPage hostname(String hostname)
      Hostname of the page's URL.
    • getHostname

      public String getHostname()
    • setHostname

      public void setHostname(String hostname)
    • keywords

      public JourneyPage keywords(String keywords)
      Keywords from the HTML <meta> tag of the page.
    • getKeywords

      public String getKeywords()
    • setKeywords

      public void setKeywords(String keywords)
    • lang

      public JourneyPage lang(String lang)
      ISO 639-1 language code for the page as defined in the <html> tag.
    • getLang

      public String getLang()
    • setLang

      public void setLang(String lang)
    • pathname

      public JourneyPage pathname(String pathname)
      Path name of the page for the event.
    • getPathname

      public String getPathname()
    • setPathname

      public void setPathname(String pathname)
    • queryString

      public JourneyPage queryString(String queryString)
      Query string that is passed to the page in the current event.
    • getQueryString

      public String getQueryString()
    • setQueryString

      public void setQueryString(String queryString)
    • getBreadcrumb

      public List<String> getBreadcrumb()
    • setBreadcrumb

      public void setBreadcrumb(List<String> breadcrumb)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object