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 boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Integer getEmoticonSet()  
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class com.github.twitch4j.kraken.domain.EmoticonSetEntry

    getCode, getId

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SimpleEmoticon

      public SimpleEmoticon()
  • Method Details