Class BlockedUser

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

public class BlockedUser extends Object
  • Constructor Details

    • BlockedUser

      public BlockedUser()
  • Method Details

    • getUserId

      public String getUserId()
      User ID of the blocked user.
    • getUserLogin

      public String getUserLogin()
      Login of the blocked user.
    • getDisplayName

      public String getDisplayName()
      Display name of the blocked user.
    • 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