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 String
protected ContentDocument
protected Geo
protected ContentDocument
protected String
protected StructuredContentLink
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getData()
@Valid ContentDocument
@Valid Geo
getGeo()
@Valid ContentDocument
getImage()
getLink()
@Valid StructuredContentLink
getValue()
int
hashCode()
void
void
void
setDocument
(ContentDocument document) void
setDocument
(com.liferay.petra.function.UnsafeSupplier<ContentDocument, Exception> documentUnsafeSupplier) void
void
void
setImage
(ContentDocument image) void
setImage
(com.liferay.petra.function.UnsafeSupplier<ContentDocument, Exception> imageUnsafeSupplier) void
void
void
setStructuredContentLink
(StructuredContentLink structuredContentLink) void
setStructuredContentLink
(com.liferay.petra.function.UnsafeSupplier<StructuredContentLink, Exception> structuredContentLinkUnsafeSupplier) void
void
static ContentFieldValue
toString()
static ContentFieldValue
unsafeToDTO
(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
-