Class FollowingData

java.lang.Object
com.github.twitch4j.pubsub.domain.FollowingData

@Deprecated public class FollowingData extends Object
Deprecated.
Twitch no longer fires this unofficial event.
  • Constructor Details

    • FollowingData

      public FollowingData()
      Deprecated.
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Deprecated.
    • getUsername

      public String getUsername()
      Deprecated.
    • getUserId

      public String getUserId()
      Deprecated.
    • setDisplayName

      public void setDisplayName(String displayName)
      Deprecated.
    • setUsername

      public void setUsername(String username)
      Deprecated.
    • setUserId

      public void setUserId(String userId)
      Deprecated.
    • equals

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

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object