Class ContentFieldValue
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.ContentFieldValue
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ContentDocumentprotected Geoprotected ContentDocumentprotected Stringprotected StructuredContentLinkprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetData()@Valid ContentDocument@Valid GeogetGeo()@Valid ContentDocumentgetImage()getLink()@Valid StructuredContentLinkgetValue()inthashCode()voidvoidvoidsetDocument(ContentDocument document) voidsetDocument(com.liferay.petra.function.UnsafeSupplier<ContentDocument, Exception> documentUnsafeSupplier) voidvoidvoidsetImage(ContentDocument image) voidsetImage(com.liferay.petra.function.UnsafeSupplier<ContentDocument, Exception> imageUnsafeSupplier) voidvoidvoidsetStructuredContentLink(StructuredContentLink structuredContentLink) voidsetStructuredContentLink(com.liferay.petra.function.UnsafeSupplier<StructuredContentLink, Exception> structuredContentLinkUnsafeSupplier) voidvoidstatic ContentFieldValuetoString()static ContentFieldValueunsafeToDTO(String json)
-
Field Details
-
data
-
document
-
geo
-
image
-
link
-
structuredContentLink
-
value
-
xClassName
-
-
Constructor Details
-
ContentFieldValue
public ContentFieldValue()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getData
-
setData
-
setData
-
getDocument
-
setDocument
-
setDocument
public void setDocument(com.liferay.petra.function.UnsafeSupplier<ContentDocument, Exception> documentUnsafeSupplier) -
getGeo
-
setGeo
-
setGeo
-
getImage
-
setImage
-
setImage
public void setImage(com.liferay.petra.function.UnsafeSupplier<ContentDocument, Exception> imageUnsafeSupplier) -
getLink
-
setLink
-
setLink
-
getStructuredContentLink
-
setStructuredContentLink
-
setStructuredContentLink
public void setStructuredContentLink(com.liferay.petra.function.UnsafeSupplier<StructuredContentLink, Exception> structuredContentLinkUnsafeSupplier) -
getValue
-
setValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-