Class ChatBadgeSet

java.lang.Object
com.github.twitch4j.helix.domain.ChatBadgeSet

public class ChatBadgeSet extends Object
  • Constructor Details

    • ChatBadgeSet

      public ChatBadgeSet()
  • Method Details

    • getSetId

      public String getSetId()
      An ID that identifies this set of chat badges.

      For example, Bits or Subscriber.

    • getVersions

      public List<ChatBadge> getVersions()
      Contains chat badge objects for the set.

      The list is sorted in ascending order by ChatBadge.getId().

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object