Class BackgroundImage

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

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

    • description

      protected Object description
    • title

      protected Object title
    • url

      protected Object url
    • xClassName

      public String xClassName
  • Constructor Details

    • BackgroundImage

      public BackgroundImage()
  • Method Details

    • toDTO

      public static BackgroundImage toDTO(String json)
    • unsafeToDTO

      public static BackgroundImage unsafeToDTO(String json)
    • getDescription

      @Valid public @Valid Object getDescription()
    • setDescription

      public void setDescription(Object description)
    • setDescription

      public void setDescription(com.liferay.petra.function.UnsafeSupplier<Object,Exception> descriptionUnsafeSupplier)
    • getTitle

      @Valid public @Valid Object getTitle()
    • setTitle

      public void setTitle(Object title)
    • setTitle

      public void setTitle(com.liferay.petra.function.UnsafeSupplier<Object,Exception> titleUnsafeSupplier)
    • getUrl

      @Valid public @Valid Object getUrl()
    • setUrl

      public void setUrl(Object url)
    • setUrl

      public void setUrl(com.liferay.petra.function.UnsafeSupplier<Object,Exception> urlUnsafeSupplier)
    • 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