Class AdaptedImage
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.AdaptedImage
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getWidth()
int
hashCode()
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
void
void
setResolutionName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> resolutionNameUnsafeSupplier) void
setResolutionName
(String resolutionName) void
setSizeInBytes
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> sizeInBytesUnsafeSupplier) void
setSizeInBytes
(Long sizeInBytes) void
void
static AdaptedImage
toString()
static AdaptedImage
unsafeToDTO
(String json)
-
Field Details
-
contentUrl
-
contentValue
-
height
-
resolutionName
-
sizeInBytes
-
width
-
xClassName
-
-
Constructor Details
-
AdaptedImage
public AdaptedImage()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getContentUrl
-
setContentUrl
-
setContentUrl
-
getContentValue
-
setContentValue
-
setContentValue
-
getHeight
-
setHeight
-
setHeight
-
getResolutionName
-
setResolutionName
-
setResolutionName
-
getSizeInBytes
-
setSizeInBytes
-
setSizeInBytes
-
getWidth
-
setWidth
-
setWidth
-
equals
-
hashCode
public int hashCode() -
toString
-