public class PostImage extends Object
| Constructor and Description |
|---|
PostImage() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getFormat() |
int |
getFrameCount() |
int |
getHeight() |
int |
getWidth() |
int |
hashCode() |
void |
setFormat(String format) |
void |
setFrameCount(int frameCount) |
void |
setHeight(int height) |
void |
setWidth(int width) |
String |
toString() |
public int getWidth()
public int getHeight()
public String getFormat()
public int getFrameCount()
public void setWidth(int width)
public void setHeight(int height)
public void setFormat(String format)
public void setFrameCount(int frameCount)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.