Class UtilityPageSEOSettings
java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.UtilityPageSEOSettings
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setDescription_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> description_i18nUnsafeSupplier) void
setDescription_i18n
(Map<String, String> description_i18n) void
setHtmlTitle_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> htmlTitle_i18nUnsafeSupplier) void
setHtmlTitle_i18n
(Map<String, String> htmlTitle_i18n) static UtilityPageSEOSettings
toString()
static UtilityPageSEOSettings
unsafeToDTO
(String json)
-
Field Details
-
description_i18n
-
htmlTitle_i18n
-
xClassName
-
-
Constructor Details
-
UtilityPageSEOSettings
public UtilityPageSEOSettings()
-
-
Method Details