Package com.github.twitch4j.helix.domain
Class BanUsersResult
java.lang.Object
com.github.twitch4j.helix.domain.BanUsersResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The broadcaster whose chat room the user was banned from chatting in.The UTC date and time (in RFC3999 format) when the ban was created.@Nullable Instant
The UTC date and time (in RFC3339 format) that the timeout will end.The moderator that banned or put the user in the timeout.The user that was banned or was put in a timeout.int
hashCode()
toString()
-
Constructor Details
-
BanUsersResult
public BanUsersResult()
-
-
Method Details
-
getBroadcasterId
The broadcaster whose chat room the user was banned from chatting in. -
getModeratorId
The moderator that banned or put the user in the timeout. -
getUserId
The user that was banned or was put in a timeout. -
getCreatedAt
The UTC date and time (in RFC3999 format) when the ban was created. -
getEndTime
The UTC date and time (in RFC3339 format) that the timeout will end. Is null if the user was banned instead of put in a timeout. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-