Class SimpleEmoticon
java.lang.Object
com.github.twitch4j.kraken.domain.EmoticonSetEntry
com.github.twitch4j.kraken.domain.SimpleEmoticon
public class SimpleEmoticon extends EmoticonSetEntry
-
Constructor Summary
Constructors Constructor Description SimpleEmoticon() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.IntegergetEmoticonSet()inthashCode()java.lang.StringtoString()Methods inherited from class com.github.twitch4j.kraken.domain.EmoticonSetEntry
getCode, getIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SimpleEmoticon
public SimpleEmoticon()
-
-
Method Details
-
getEmoticonSet
public java.lang.Integer getEmoticonSet() -
toString
public java.lang.String toString()- Overrides:
toStringin classEmoticonSetEntry
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classEmoticonSetEntry
-
canEqual
protected boolean canEqual(java.lang.Object other)- Overrides:
canEqualin classEmoticonSetEntry
-
hashCode
public int hashCode()- Overrides:
hashCodein classEmoticonSetEntry
-