Class RequestPage

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

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

    • RequestPage

      public RequestPage()
    • RequestPage

      public RequestPage(Boolean initWithEmptyList)
  • Method Details

    • url

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

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • title

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

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • keywords

      public RequestPage keywords(String keywords)
      Keywords from the HTML tag of the page.
    • getKeywords

      public String getKeywords()
    • setKeywords

      public void setKeywords(String keywords)
    • lang

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

      public String getLang()
    • setLang

      public void setLang(String lang)
    • 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