Class ChannelTermsAction
java.lang.Object
com.github.twitch4j.pubsub.domain.ChannelTermsAction
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The ID of the channel where this action took place.@Nullable Instant
UTC timestamp of when this term rule expires.getId()
Unique id for the channel term.The user id of the executor of the channel terms action.The user login name of the executor of the channel terms action.getText()
The relevant text for this channel term.getType()
The type of channel terms action that took place.UTC timestamp of when this term was last updated.int
hashCode()
Whether the action was executed by Automod.toString()
-
Constructor Details
-
ChannelTermsAction
public ChannelTermsAction()
-
-
Method Details
-
getType
The type of channel terms action that took place. -
getId
Unique id for the channel term. -
getChannelId
The ID of the channel where this action took place. -
getText
The relevant text for this channel term. -
getRequesterId
The user id of the executor of the channel terms action. -
getRequesterLogin
The user login name of the executor of the channel terms action. -
getExpiresAt
UTC timestamp of when this term rule expires. -
getUpdatedAt
UTC timestamp of when this term was last updated. -
isFromAutomod
Whether the action was executed by Automod. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-