Class SEOSettings
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.SEOSettings
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid SiteMapSettings
int
hashCode()
void
setCustomCanonicalURL
(com.liferay.petra.function.UnsafeSupplier<String, Exception> customCanonicalURLUnsafeSupplier) void
setCustomCanonicalURL
(String customCanonicalURL) void
setCustomCanonicalURL_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> customCanonicalURL_i18nUnsafeSupplier) void
setCustomCanonicalURL_i18n
(Map<String, String> customCanonicalURL_i18n) void
setDescription
(com.liferay.petra.function.UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) void
setDescription
(String description) void
setDescription_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> description_i18nUnsafeSupplier) void
setDescription_i18n
(Map<String, String> description_i18n) void
setHtmlTitle
(com.liferay.petra.function.UnsafeSupplier<String, Exception> htmlTitleUnsafeSupplier) void
setHtmlTitle
(String htmlTitle) void
setHtmlTitle_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> htmlTitle_i18nUnsafeSupplier) void
setHtmlTitle_i18n
(Map<String, String> htmlTitle_i18n) void
void
void
setRobots_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> robots_i18nUnsafeSupplier) void
setRobots_i18n
(Map<String, String> robots_i18n) void
setSeoKeywords
(com.liferay.petra.function.UnsafeSupplier<String, Exception> seoKeywordsUnsafeSupplier) void
setSeoKeywords
(String seoKeywords) void
setSeoKeywords_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> seoKeywords_i18nUnsafeSupplier) void
setSeoKeywords_i18n
(Map<String, String> seoKeywords_i18n) void
setSiteMapSettings
(SiteMapSettings siteMapSettings) void
setSiteMapSettings
(com.liferay.petra.function.UnsafeSupplier<SiteMapSettings, Exception> siteMapSettingsUnsafeSupplier) static SEOSettings
toString()
static SEOSettings
unsafeToDTO
(String json)
-
Field Details
-
customCanonicalURL
-
customCanonicalURL_i18n
-
description
-
description_i18n
-
htmlTitle
-
htmlTitle_i18n
-
robots
-
robots_i18n
-
seoKeywords
-
seoKeywords_i18n
-
siteMapSettings
-
xClassName
-
-
Constructor Details
-
SEOSettings
public SEOSettings()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getCustomCanonicalURL
-
setCustomCanonicalURL
-
setCustomCanonicalURL
-
getCustomCanonicalURL_i18n
-
setCustomCanonicalURL_i18n
-
setCustomCanonicalURL_i18n
-
getDescription
-
setDescription
-
setDescription
-
getDescription_i18n
-
setDescription_i18n
-
setDescription_i18n
-
getHtmlTitle
-
setHtmlTitle
-
setHtmlTitle
-
getHtmlTitle_i18n
-
setHtmlTitle_i18n
-
setHtmlTitle_i18n
-
getRobots
-
setRobots
-
setRobots
-
getRobots_i18n
-
setRobots_i18n
-
setRobots_i18n
-
getSeoKeywords
-
setSeoKeywords
-
setSeoKeywords
-
getSeoKeywords_i18n
-
setSeoKeywords_i18n
-
setSeoKeywords_i18n
-
getSiteMapSettings
-
setSiteMapSettings
-
setSiteMapSettings
public void setSiteMapSettings(com.liferay.petra.function.UnsafeSupplier<SiteMapSettings, Exception> siteMapSettingsUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-