Package com.github.twitch4j.helix.domain
Class BlockedTerm
java.lang.Object
com.github.twitch4j.helix.domain.BlockedTerm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The broadcaster that owns the list of blocked terms.The UTC date and time (in RFC3339 format) of when the term was blocked.@Nullable Instant
The UTC date and time (in RFC3339 format) of when the blocked term is set to expire.getId()
An ID that uniquely identifies this blocked term.The moderator that blocked the word or phrase from being used in the broadcaster’s chat room.getText()
The blocked word or phrase.The UTC date and time (in RFC3339 format) of when the term was updated.int
hashCode()
toString()
-
Constructor Details
-
BlockedTerm
public BlockedTerm()
-
-
Method Details
-
getId
An ID that uniquely identifies this blocked term. -
getBroadcasterId
The broadcaster that owns the list of blocked terms. -
getModeratorId
The moderator that blocked the word or phrase from being used in the broadcaster’s chat room. -
getText
The blocked word or phrase. -
getCreatedAt
The UTC date and time (in RFC3339 format) of when the term was blocked. -
getUpdatedAt
The UTC date and time (in RFC3339 format) of when the term was updated.When the term is added, this timestamp is the same as created_at. The timestamp changes as AutoMod continues to deny the term.
-
getExpiresAt
The UTC date and time (in RFC3339 format) of when the blocked term is set to expire. After the block expires, user’s will be able to use the term in the broadcaster’s chat room.This field is null if the term was added manually or was permanently blocked by AutoMod.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-