Class StickerSnowflakeImpl

java.lang.Object
net.dv8tion.jda.internal.entities.sticker.StickerSnowflakeImpl
All Implemented Interfaces:
ISnowflake, StickerSnowflake

public class StickerSnowflakeImpl extends Object implements StickerSnowflake
  • Constructor Details

    • StickerSnowflakeImpl

      public StickerSnowflakeImpl(long id)
  • Method Details

    • getIdLong

      public long getIdLong()
      Description copied from interface: ISnowflake
      The Snowflake id of this entity. This is unique to every entity and will never change.
      Specified by:
      getIdLong in interface ISnowflake
      Returns:
      Long containing the Id.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object