Class LowTrustUserTreatmentUpdate
java.lang.Object
com.github.twitch4j.pubsub.domain.LowTrustUserTreatmentUpdate
-
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.An ID for the suspicious user entry, which is a combination of the channel ID where the treatment was updated and the user ID of the suspicious user.User ID of the suspicious user.Login of the suspicious user.The treatment set for the suspicious user.getTypes()
User types (if any) that apply to the suspicious user.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
-
LowTrustUserTreatmentUpdate
public LowTrustUserTreatmentUpdate()
-
-
Method Details
-
getLowTrustId
An ID for the suspicious user entry, which is a combination of the channel ID where the treatment was updated and the user ID of the suspicious user. -
getChannelId
ID of the channel where the suspicious user was present. -
getUpdatedBy
Information about the moderator who made any update for the suspicious user. -
getUpdatedAt
Timestamp of when the treatment was updated for the suspicious user. -
getTargetUserId
User ID of the suspicious user. -
getTargetUserLogin
Login of the suspicious user. -
getTreatment
The treatment set for the suspicious user. -
getTypes
User types (if any) that apply to the suspicious user. -
getBanEvasionEvaluation
A ban evasion likelihood value (if any) that has been applied to the user automatically by Twitch. -
getEvaluatedAt
If applicable, the timestamp for the first time the suspicious user was automatically evaluated by Twitch. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-