Package com.github.twitch4j.helix.domain
Class ModeratorEvent
java.lang.Object
com.github.twitch4j.helix.domain.ModeratorEvent
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
@NonNull ModeratorEvent.ModeratorEventData
Deprecated.in favor of getTimestamp@NonNull String
Displays "moderation.user.ban" or "moderation.user.unban".@NonNull String
getId()
Event ID@NonNull Instant
RFC3339 formatted timestamp for events.@NonNull String
Returns the version of the endpoint.int
hashCode()
toString()
-
Constructor Details
-
ModeratorEvent
public ModeratorEvent()
-
-
Method Details
-
getEventTimestamp
Deprecated.in favor of getTimestamp- Returns:
- the timestamp of when the event took place
-
getId
Event ID -
getEventType
Displays "moderation.user.ban" or "moderation.user.unban". -
getTimestamp
RFC3339 formatted timestamp for events. -
getVersion
Returns the version of the endpoint. -
getEventData
- See Also:
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-