Class BlogPostingImage

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

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

    • contentUrl

      protected String contentUrl
    • contentValue

      protected String contentValue
    • encodingFormat

      protected String encodingFormat
    • externalReferenceCode

      protected String externalReferenceCode
    • fileExtension

      protected String fileExtension
    • id

      protected Long id
    • sizeInBytes

      protected Long sizeInBytes
    • title

      protected String title
    • viewableBy

      Deprecated.
    • xClassName

      public String xClassName
  • Constructor Details

    • BlogPostingImage

      public BlogPostingImage()
  • Method Details

    • toDTO

      public static BlogPostingImage toDTO(String json)
    • unsafeToDTO

      public static BlogPostingImage unsafeToDTO(String json)
    • getContentUrl

      public String getContentUrl()
    • setContentUrl

      public void setContentUrl(String contentUrl)
    • setContentUrl

      public void setContentUrl(com.liferay.petra.function.UnsafeSupplier<String,Exception> contentUrlUnsafeSupplier)
    • getContentValue

      public String getContentValue()
    • setContentValue

      public void setContentValue(String contentValue)
    • setContentValue

      public void setContentValue(com.liferay.petra.function.UnsafeSupplier<String,Exception> contentValueUnsafeSupplier)
    • getEncodingFormat

      public String getEncodingFormat()
    • setEncodingFormat

      public void setEncodingFormat(String encodingFormat)
    • setEncodingFormat

      public void setEncodingFormat(com.liferay.petra.function.UnsafeSupplier<String,Exception> encodingFormatUnsafeSupplier)
    • getExternalReferenceCode

      public String getExternalReferenceCode()
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
    • setExternalReferenceCode

      public void setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> externalReferenceCodeUnsafeSupplier)
    • getFileExtension

      public String getFileExtension()
    • setFileExtension

      public void setFileExtension(String fileExtension)
    • setFileExtension

      public void setFileExtension(com.liferay.petra.function.UnsafeSupplier<String,Exception> fileExtensionUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getSizeInBytes

      public Long getSizeInBytes()
    • setSizeInBytes

      public void setSizeInBytes(Long sizeInBytes)
    • setSizeInBytes

      public void setSizeInBytes(com.liferay.petra.function.UnsafeSupplier<Long,Exception> sizeInBytesUnsafeSupplier)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • setTitle

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

      @Valid public @Valid BlogPostingImage.ViewableBy getViewableBy()
    • getViewableByAsString

      public String getViewableByAsString()
    • setViewableBy

      public void setViewableBy(BlogPostingImage.ViewableBy viewableBy)
    • setViewableBy

      public void setViewableBy(com.liferay.petra.function.UnsafeSupplier<BlogPostingImage.ViewableBy,Exception> viewableByUnsafeSupplier)
    • 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