- java.lang.Object
-
- net.bis5.mattermost.model.PostImage
-
public class PostImage extends Object
Post image metadata.- Since:
- Mattermost Server 5.8
-
-
Constructor Summary
Constructors Constructor Description PostImage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetFormat()intgetFrameCount()intgetHeight()intgetWidth()inthashCode()voidsetFormat(String format)voidsetFrameCount(int frameCount)voidsetHeight(int height)voidsetWidth(int width)StringtoString()
-
-
-
Method Detail
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getFormat
public String getFormat()
-
getFrameCount
public int getFrameCount()
-
setWidth
public void setWidth(int width)
-
setHeight
public void setHeight(int height)
-
setFormat
public void setFormat(String format)
-
setFrameCount
public void setFrameCount(int frameCount)
-
canEqual
protected boolean canEqual(Object other)
-
-