@Generated(value="")
public abstract class PageSettings
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
PageSettings.Type |
| Modifier and Type | Field and Description |
|---|---|
protected CustomMetaTag[] |
customMetaTags |
protected java.lang.Boolean |
hiddenFromNavigation |
protected NavigationMenuSettings |
navigationMenuSettings |
protected OpenGraphSettings |
openGraphSettings |
protected SEOSettings |
seoSettings |
protected PageSettings.Type |
type |
java.lang.String |
xClassName |
| Constructor and Description |
|---|
PageSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
@Valid CustomMetaTag[] |
getCustomMetaTags() |
java.lang.Boolean |
getHiddenFromNavigation() |
@Valid NavigationMenuSettings |
getNavigationMenuSettings() |
@Valid OpenGraphSettings |
getOpenGraphSettings() |
@Valid SEOSettings |
getSeoSettings() |
@Valid PageSettings.Type |
getType() |
java.lang.String |
getTypeAsString() |
int |
hashCode() |
void |
setCustomMetaTags(CustomMetaTag[] customMetaTags) |
void |
setCustomMetaTags(com.liferay.petra.function.UnsafeSupplier<CustomMetaTag[],java.lang.Exception> customMetaTagsUnsafeSupplier) |
void |
setHiddenFromNavigation(java.lang.Boolean hiddenFromNavigation) |
void |
setHiddenFromNavigation(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> hiddenFromNavigationUnsafeSupplier) |
void |
setNavigationMenuSettings(NavigationMenuSettings navigationMenuSettings) |
void |
setNavigationMenuSettings(com.liferay.petra.function.UnsafeSupplier<NavigationMenuSettings,java.lang.Exception> navigationMenuSettingsUnsafeSupplier) |
void |
setOpenGraphSettings(OpenGraphSettings openGraphSettings) |
void |
setOpenGraphSettings(com.liferay.petra.function.UnsafeSupplier<OpenGraphSettings,java.lang.Exception> openGraphSettingsUnsafeSupplier) |
void |
setSeoSettings(SEOSettings seoSettings) |
void |
setSeoSettings(com.liferay.petra.function.UnsafeSupplier<SEOSettings,java.lang.Exception> seoSettingsUnsafeSupplier) |
void |
setType(PageSettings.Type type) |
void |
setType(com.liferay.petra.function.UnsafeSupplier<PageSettings.Type,java.lang.Exception> typeUnsafeSupplier) |
static PageSettings |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static PageSettings |
unsafeToDTO(java.lang.String json) |
protected CustomMetaTag[] customMetaTags
protected java.lang.Boolean hiddenFromNavigation
protected NavigationMenuSettings navigationMenuSettings
protected OpenGraphSettings openGraphSettings
protected SEOSettings seoSettings
protected PageSettings.Type type
public java.lang.String xClassName
public static PageSettings toDTO(java.lang.String json)
public static PageSettings unsafeToDTO(java.lang.String json)
@Valid public @Valid CustomMetaTag[] getCustomMetaTags()
public void setCustomMetaTags(CustomMetaTag[] customMetaTags)
public void setCustomMetaTags(com.liferay.petra.function.UnsafeSupplier<CustomMetaTag[],java.lang.Exception> customMetaTagsUnsafeSupplier)
public java.lang.Boolean getHiddenFromNavigation()
public void setHiddenFromNavigation(java.lang.Boolean hiddenFromNavigation)
public void setHiddenFromNavigation(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> hiddenFromNavigationUnsafeSupplier)
@Valid public @Valid NavigationMenuSettings getNavigationMenuSettings()
public void setNavigationMenuSettings(NavigationMenuSettings navigationMenuSettings)
public void setNavigationMenuSettings(com.liferay.petra.function.UnsafeSupplier<NavigationMenuSettings,java.lang.Exception> navigationMenuSettingsUnsafeSupplier)
@Valid public @Valid OpenGraphSettings getOpenGraphSettings()
public void setOpenGraphSettings(OpenGraphSettings openGraphSettings)
public void setOpenGraphSettings(com.liferay.petra.function.UnsafeSupplier<OpenGraphSettings,java.lang.Exception> openGraphSettingsUnsafeSupplier)
@Valid public @Valid SEOSettings getSeoSettings()
public void setSeoSettings(SEOSettings seoSettings)
public void setSeoSettings(com.liferay.petra.function.UnsafeSupplier<SEOSettings,java.lang.Exception> seoSettingsUnsafeSupplier)
@Valid public @Valid PageSettings.Type getType()
public java.lang.String getTypeAsString()
public void setType(PageSettings.Type type)
public void setType(com.liferay.petra.function.UnsafeSupplier<PageSettings.Type,java.lang.Exception> typeUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object