@Generated(value="")
public class PageSettings
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected CustomMetaTag[] |
customMetaTags |
protected java.lang.Boolean |
hiddenFromNavigation |
protected OpenGraphSettings |
openGraphSettings |
protected SEOSettings |
seoSettings |
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 OpenGraphSettings |
getOpenGraphSettings() |
@Valid SEOSettings |
getSeoSettings() |
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 |
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) |
static PageSettings |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
protected CustomMetaTag[] customMetaTags
protected java.lang.Boolean hiddenFromNavigation
protected OpenGraphSettings openGraphSettings
protected SEOSettings seoSettings
public java.lang.String xClassName
public static PageSettings toDTO(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 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)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object