@JsonObject(value="ImageSize")
public class ImageSize
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ImageSize(int width,
int height)
Creates an instance for specified width and height.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getHeight() |
int |
getWidth() |
int |
hashCode() |
java.lang.String |
toString() |
public ImageSize(int width,
int height)
public final int getWidth()
public final int getHeight()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object