Class LowTrustUser
java.lang.Object
com.github.twitch4j.pubsub.domain.LowTrustUser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A ban evasion likelihood value (if any) that has been applied to the user automatically by Twitch.ID of the channel where the suspicious user was present.If applicable, the timestamp for the first time the suspicious user was automatically evaluated by Twitch.getId()
The user ID of the suspicious user.Unique ID for this low trust chat message.Information about the suspicious user.A list of channel IDs where the suspicious user is also banned.The treatment set for the suspicious user.getTypes()
User types (if any) that apply to the suspicious user.The timestamp of when the treatment was updated for the suspicious user.Information about the moderator who made any update for the suspicious user.int
hashCode()
toString()
-
Constructor Details
-
LowTrustUser
public LowTrustUser()
-
-
Method Details
-
getId
The user ID of the suspicious user. -
getLowTrustId
Unique ID for this low trust chat message. -
getChannelId
ID of the channel where the suspicious user was present. -
getSender
Information about the suspicious user. -
getEvaluatedAt
If applicable, the timestamp for the first time the suspicious user was automatically evaluated by Twitch. -
getUpdatedAt
The timestamp of when the treatment was updated for the suspicious user. -
getBanEvasionEvaluation
A ban evasion likelihood value (if any) that has been applied to the user automatically by Twitch. -
getTreatment
The treatment set for the suspicious user. -
getUpdatedBy
Information about the moderator who made any update for the suspicious user. -
getTypes
User types (if any) that apply to the suspicious user. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-