Package com.github.twitch4j.helix.domain
Class BannedUser
java.lang.Object
com.github.twitch4j.helix.domain.BannedUser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The UTC date and time (in RFC3999 format) when the ban was created.Timestamp for timeouts, empty for bansUser ID of the moderator who initiated the ban.Login name of the moderator who initiated the ban.Display name of the moderator who initiated the ban.@Nullable String
The reason for the ban if provided by the moderator.@NonNull String
User ID of a user who has been banned.Login of a user who has been banned.Display name of a user who has been banned.int
hashCode()
toString()
-
Constructor Details
-
BannedUser
public BannedUser()
-
-
Method Details
-
getUserId
User ID of a user who has been banned. -
getUserLogin
Login of a user who has been banned. -
getUserName
Display name of a user who has been banned. -
getExpiresAt
Timestamp for timeouts, empty for bans -
getCreatedAt
The UTC date and time (in RFC3999 format) when the ban was created. -
getReason
The reason for the ban if provided by the moderator. -
getModeratorId
User ID of the moderator who initiated the ban. -
getModeratorLogin
Login name of the moderator who initiated the ban. -
getModeratorName
Display name of the moderator who initiated the ban. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-