Class BlockedTerm
java.lang.Object
com.github.twitch4j.eventsub.domain.BlockedTerm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The bounds of the text that caused the message to be caught.The id of the broadcaster that owns the blocked term.The login of the broadcaster that owns the blocked term.The username of the broadcaster that owns the blocked term.The id of the blocked term found.int
hashCode()
toString()
-
Constructor Details
-
BlockedTerm
public BlockedTerm()
-
-
Method Details
-
getTermId
The id of the blocked term found. -
getBoundary
The bounds of the text that caused the message to be caught. -
getOwnerBroadcasterUserId
The id of the broadcaster that owns the blocked term. -
getOwnerBroadcasterUserLogin
The login of the broadcaster that owns the blocked term. -
getOwnerBroadcasterUserName
The username of the broadcaster that owns the blocked term. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-