Class ContentFieldValue

java.lang.Object
com.liferay.headless.delivery.dto.v1_0.ContentFieldValue
All Implemented Interfaces:
Serializable

@Generated("") public class ContentFieldValue extends Object implements Serializable
See Also:
Generated:
  • Field Details

  • Constructor Details

    • ContentFieldValue

      public ContentFieldValue()
  • Method Details

    • toDTO

      public static ContentFieldValue toDTO(String json)
    • unsafeToDTO

      public static ContentFieldValue unsafeToDTO(String json)
    • getData

      public String getData()
    • setData

      public void setData(String data)
    • setData

      public void setData(com.liferay.petra.function.UnsafeSupplier<String,Exception> dataUnsafeSupplier)
    • getDocument

      @Valid public @Valid ContentDocument getDocument()
    • setDocument

      public void setDocument(ContentDocument document)
    • setDocument

      public void setDocument(com.liferay.petra.function.UnsafeSupplier<ContentDocument,Exception> documentUnsafeSupplier)
    • getGeo

      @Valid public @Valid Geo getGeo()
    • setGeo

      public void setGeo(Geo geo)
    • setGeo

      public void setGeo(com.liferay.petra.function.UnsafeSupplier<Geo,Exception> geoUnsafeSupplier)
    • getImage

      @Valid public @Valid ContentDocument getImage()
    • setImage

      public void setImage(ContentDocument image)
    • setImage

      public void setImage(com.liferay.petra.function.UnsafeSupplier<ContentDocument,Exception> imageUnsafeSupplier)
    • getLink

      public String getLink()
    • setLink

      public void setLink(String link)
    • setLink

      public void setLink(com.liferay.petra.function.UnsafeSupplier<String,Exception> linkUnsafeSupplier)
    • getStructuredContentLink

      @Valid public @Valid StructuredContentLink getStructuredContentLink()
    • setStructuredContentLink

      public void setStructuredContentLink(StructuredContentLink structuredContentLink)
    • setStructuredContentLink

      public void setStructuredContentLink(com.liferay.petra.function.UnsafeSupplier<StructuredContentLink,Exception> structuredContentLinkUnsafeSupplier)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • setValue

      public void setValue(com.liferay.petra.function.UnsafeSupplier<String,Exception> valueUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object