java.lang.Object
com.github.twitch4j.eventsub.domain.chat.Raid

public class Raid extends Object
  • Constructor Details

    • Raid

      public Raid()
  • Method Details

    • getUserId

      public String getUserId()
      The user ID of the broadcaster raiding this channel.
    • getUserName

      public String getUserName()
      The user name of the broadcaster raiding this channel.
    • getUserLogin

      public String getUserLogin()
      The login name of the broadcaster raiding this channel.
    • getProfileImageUrl

      public String getProfileImageUrl()
      Profile image URL of the broadcaster raiding this channel.
    • getViewerCount

      public Integer getViewerCount()
      The number of viewers raiding this channel from the broadcaster’s channel.
    • 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