Class BlockedTerm

java.lang.Object
com.github.twitch4j.eventsub.domain.BlockedTerm

public class BlockedTerm extends Object
  • Constructor Details

    • BlockedTerm

      public BlockedTerm()
  • Method Details

    • getTermId

      public String getTermId()
      The id of the blocked term found.
    • getBoundary

      public Boundary getBoundary()
      The bounds of the text that caused the message to be caught.
    • getOwnerBroadcasterUserId

      public String getOwnerBroadcasterUserId()
      The id of the broadcaster that owns the blocked term.
    • getOwnerBroadcasterUserLogin

      public String getOwnerBroadcasterUserLogin()
      The login of the broadcaster that owns the blocked term.
    • getOwnerBroadcasterUserName

      public String getOwnerBroadcasterUserName()
      The username of the broadcaster that owns the blocked term.
    • 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