Class Image
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.Image
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setCaption
(com.liferay.petra.function.UnsafeSupplier<String, Exception> captionUnsafeSupplier) void
setCaption
(String caption) void
setContentUrl
(com.liferay.petra.function.UnsafeSupplier<String, Exception> contentUrlUnsafeSupplier) void
setContentUrl
(String contentUrl) void
setContentValue
(com.liferay.petra.function.UnsafeSupplier<String, Exception> contentValueUnsafeSupplier) void
setContentValue
(String contentValue) void
setImageId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> imageIdUnsafeSupplier) void
setImageId
(Long imageId) static Image
toString()
static Image
unsafeToDTO
(String json)
-
Field Details
-
caption
-
contentUrl
-
contentValue
-
imageId
-
xClassName
-
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getCaption
-
setCaption
-
setCaption
-
getContentUrl
-
setContentUrl
-
setContentUrl
-
getContentValue
-
setContentValue
-
setContentValue
-
getImageId
-
setImageId
-
setImageId
-
equals
-
hashCode
public int hashCode() -
toString
-