@Generated(value="")
public class AdaptedImage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
contentUrl |
protected java.lang.Integer |
height |
protected java.lang.String |
resolutionName |
protected java.lang.Long |
sizeInBytes |
protected java.lang.Integer |
width |
Constructor and Description |
---|
AdaptedImage() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getContentUrl() |
java.lang.Integer |
getHeight() |
java.lang.String |
getResolutionName() |
java.lang.Long |
getSizeInBytes() |
java.lang.Integer |
getWidth() |
int |
hashCode() |
void |
setContentUrl(java.lang.String contentUrl) |
void |
setContentUrl(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> contentUrlUnsafeSupplier) |
void |
setHeight(java.lang.Integer height) |
void |
setHeight(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> heightUnsafeSupplier) |
void |
setResolutionName(java.lang.String resolutionName) |
void |
setResolutionName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> resolutionNameUnsafeSupplier) |
void |
setSizeInBytes(java.lang.Long sizeInBytes) |
void |
setSizeInBytes(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> sizeInBytesUnsafeSupplier) |
void |
setWidth(java.lang.Integer width) |
void |
setWidth(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> widthUnsafeSupplier) |
java.lang.String |
toString() |
protected java.lang.String contentUrl
protected java.lang.Integer height
protected java.lang.String resolutionName
protected java.lang.Long sizeInBytes
protected java.lang.Integer width
public java.lang.String getContentUrl()
public void setContentUrl(java.lang.String contentUrl)
public void setContentUrl(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> contentUrlUnsafeSupplier)
public java.lang.Integer getHeight()
public void setHeight(java.lang.Integer height)
public void setHeight(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> heightUnsafeSupplier)
public java.lang.String getResolutionName()
public void setResolutionName(java.lang.String resolutionName)
public void setResolutionName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> resolutionNameUnsafeSupplier)
public java.lang.Long getSizeInBytes()
public void setSizeInBytes(java.lang.Long sizeInBytes)
public void setSizeInBytes(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> sizeInBytesUnsafeSupplier)
public java.lang.Integer getWidth()
public void setWidth(java.lang.Integer width)
public void setWidth(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> widthUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object