Class ThumbnailInfo
- java.lang.Object
-
- io.github.ma1uta.matrix.event.nested.ThumbnailInfo
-
public class ThumbnailInfo extends Object
Thumbnail info.
-
-
Field Detail
-
height
private Long height
The intended display height of the image in pixels. This may differ from the intrinsic dimensions of the image file.
-
width
private Long width
The intended display width of the image in pixels. This may differ from the intrinsic dimensions of the image file.
-
mimetype
private String mimetype
The mimetype of the image, e.g. image/jpeg.
-
size
private Long size
Size of the image in bytes.
-
-
Method Detail
-
getHeight
public Long getHeight()
-
setHeight
public void setHeight(Long height)
-
getWidth
public Long getWidth()
-
setWidth
public void setWidth(Long width)
-
getMimetype
public String getMimetype()
-
setMimetype
public void setMimetype(String mimetype)
-
getSize
public Long getSize()
-
setSize
public void setSize(Long size)
-
-