public class EmoticonImage
extends java.lang.Object
Constructor and Description |
---|
EmoticonImage() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getEmoticonSet() |
int |
getHeight() |
java.lang.String |
getUrl() |
int |
getWidth() |
int |
hashCode() |
void |
setEmoticonSet(int emoticonSet) |
void |
setHeight(int height) |
void |
setUrl(java.lang.String url) |
void |
setWidth(int width) |
java.lang.String |
toString() |
public boolean equals(java.lang.Object o)
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
public int getEmoticonSet()
public void setEmoticonSet(int emoticonSet)
public int getHeight()
public void setHeight(int height)
public int getWidth()
public void setWidth(int width)
public java.lang.String getUrl()
public void setUrl(java.lang.String url)