Class SEOSettings

java.lang.Object
com.liferay.headless.delivery.dto.v1_0.SEOSettings
All Implemented Interfaces:
Serializable

@Generated("") public class SEOSettings extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • customCanonicalURL

      protected String customCanonicalURL
    • customCanonicalURL_i18n

      protected Map<String,String> customCanonicalURL_i18n
    • description

      protected String description
    • description_i18n

      protected Map<String,String> description_i18n
    • htmlTitle

      protected String htmlTitle
    • htmlTitle_i18n

      protected Map<String,String> htmlTitle_i18n
    • robots

      protected String robots
    • robots_i18n

      protected Map<String,String> robots_i18n
    • seoKeywords

      protected String seoKeywords
    • seoKeywords_i18n

      protected Map<String,String> seoKeywords_i18n
    • siteMapSettings

      protected SiteMapSettings siteMapSettings
    • xClassName

      public String xClassName
  • Constructor Details

    • SEOSettings

      public SEOSettings()
  • Method Details

    • toDTO

      public static SEOSettings toDTO(String json)
    • unsafeToDTO

      public static SEOSettings unsafeToDTO(String json)
    • getCustomCanonicalURL

      public String getCustomCanonicalURL()
    • setCustomCanonicalURL

      public void setCustomCanonicalURL(String customCanonicalURL)
    • setCustomCanonicalURL

      public void setCustomCanonicalURL(com.liferay.petra.function.UnsafeSupplier<String,Exception> customCanonicalURLUnsafeSupplier)
    • getCustomCanonicalURL_i18n

      @Valid public @Valid Map<String,String> getCustomCanonicalURL_i18n()
    • setCustomCanonicalURL_i18n

      public void setCustomCanonicalURL_i18n(Map<String,String> customCanonicalURL_i18n)
    • setCustomCanonicalURL_i18n

      public void setCustomCanonicalURL_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> customCanonicalURL_i18nUnsafeSupplier)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setDescription

      public void setDescription(com.liferay.petra.function.UnsafeSupplier<String,Exception> descriptionUnsafeSupplier)
    • getDescription_i18n

      @Valid public @Valid Map<String,String> getDescription_i18n()
    • setDescription_i18n

      public void setDescription_i18n(Map<String,String> description_i18n)
    • setDescription_i18n

      public void setDescription_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> description_i18nUnsafeSupplier)
    • getHtmlTitle

      public String getHtmlTitle()
    • setHtmlTitle

      public void setHtmlTitle(String htmlTitle)
    • setHtmlTitle

      public void setHtmlTitle(com.liferay.petra.function.UnsafeSupplier<String,Exception> htmlTitleUnsafeSupplier)
    • getHtmlTitle_i18n

      @Valid public @Valid Map<String,String> getHtmlTitle_i18n()
    • setHtmlTitle_i18n

      public void setHtmlTitle_i18n(Map<String,String> htmlTitle_i18n)
    • setHtmlTitle_i18n

      public void setHtmlTitle_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> htmlTitle_i18nUnsafeSupplier)
    • getRobots

      public String getRobots()
    • setRobots

      public void setRobots(String robots)
    • setRobots

      public void setRobots(com.liferay.petra.function.UnsafeSupplier<String,Exception> robotsUnsafeSupplier)
    • getRobots_i18n

      @Valid public @Valid Map<String,String> getRobots_i18n()
    • setRobots_i18n

      public void setRobots_i18n(Map<String,String> robots_i18n)
    • setRobots_i18n

      public void setRobots_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> robots_i18nUnsafeSupplier)
    • getSeoKeywords

      public String getSeoKeywords()
    • setSeoKeywords

      public void setSeoKeywords(String seoKeywords)
    • setSeoKeywords

      public void setSeoKeywords(com.liferay.petra.function.UnsafeSupplier<String,Exception> seoKeywordsUnsafeSupplier)
    • getSeoKeywords_i18n

      @Valid public @Valid Map<String,String> getSeoKeywords_i18n()
    • setSeoKeywords_i18n

      public void setSeoKeywords_i18n(Map<String,String> seoKeywords_i18n)
    • setSeoKeywords_i18n

      public void setSeoKeywords_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> seoKeywords_i18nUnsafeSupplier)
    • getSiteMapSettings

      @Valid public @Valid SiteMapSettings getSiteMapSettings()
    • setSiteMapSettings

      public void setSiteMapSettings(SiteMapSettings siteMapSettings)
    • setSiteMapSettings

      public void setSiteMapSettings(com.liferay.petra.function.UnsafeSupplier<SiteMapSettings,Exception> siteMapSettingsUnsafeSupplier)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object