Package com.github.twitch4j.helix.domain
Class SuspiciousUser
java.lang.Object
com.github.twitch4j.helix.domain.SuspiciousUser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe user ID of the broadcaster indicating in which channel the status is being applied.The user ID of the moderator who applied the last status.The type of suspicious status.getTypes()The type(s) of suspicious user this is.The timestamp of the last time this user's status was updated.The ID of the user having their suspicious status updated.inthashCode()toString()
-
Constructor Details
-
SuspiciousUser
public SuspiciousUser()
-
-
Method Details
-
getUserId
The ID of the user having their suspicious status updated. -
getBroadcasterId
The user ID of the broadcaster indicating in which channel the status is being applied. -
getModeratorId
The user ID of the moderator who applied the last status. -
getUpdatedAt
The timestamp of the last time this user's status was updated. -
getStatus
The type of suspicious status. -
getTypes
The type(s) of suspicious user this is. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-