Class TimeoutTarget
java.lang.Object
com.github.twitch4j.eventsub.domain.moderation.UserTarget
com.github.twitch4j.eventsub.domain.moderation.TimeoutTarget
-
Constructor Summary
-
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.domain.moderation.UserTarget
getUserId, getUserLogin, getUserName
-
Constructor Details
-
TimeoutTarget
public TimeoutTarget()
-
-
Method Details
-
getReason
The optional reason given for the timeout. -
getExpiresAt
The time at which the timeout ends. -
toString
- Overrides:
toString
in classUserTarget
-
equals
- Overrides:
equals
in classUserTarget
-
canEqual
- Overrides:
canEqual
in classUserTarget
-
hashCode
public int hashCode()- Overrides:
hashCode
in classUserTarget
-