Klasse ShoutoutCreateEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelFromToEvent
com.github.twitch4j.eventsub.events.ShoutoutCreateEvent
- Alle implementierten Schnittstellen:
ModeratorEvent
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanThe UTC timestamp (in RFC3339 format) of when the broadcaster may send a Shoutout to a different broadcaster.An ID that identifies the moderator that sent the Shoutout.The moderator’s login name.The moderator’s display name.The UTC timestamp of when the moderator sent the Shoutout.The UTC timestamp (in RFC3339 format) of when the broadcaster may send another Shoutout to the broadcaster in to_broadcaster_user_id.The number of users that were watching the broadcaster’s stream at the time of the Shoutout.inthashCode()toString()Von Klasse geerbte Methoden com.github.twitch4j.eventsub.events.EventSubChannelFromToEvent
getFromBroadcasterUserId, getFromBroadcasterUserLogin, getFromBroadcasterUserName, getToBroadcasterUserId, getToBroadcasterUserLogin, getToBroadcasterUserName
-
Konstruktordetails
-
ShoutoutCreateEvent
-
-
Methodendetails
-
getModeratorUserId
An ID that identifies the moderator that sent the Shoutout. If the broadcaster sent the Shoutout, this ID is the same as the ID in broadcaster_user_id.- Angegeben von:
getModeratorUserIdin SchnittstelleModeratorEvent
-
getModeratorUserName
The moderator’s display name.- Angegeben von:
getModeratorUserNamein SchnittstelleModeratorEvent
-
getModeratorUserLogin
The moderator’s login name.- Angegeben von:
getModeratorUserLoginin SchnittstelleModeratorEvent
-
getViewerCount
The number of users that were watching the broadcaster’s stream at the time of the Shoutout. -
getCooldownEndsAt
The UTC timestamp (in RFC3339 format) of when the broadcaster may send a Shoutout to a different broadcaster. -
getTargetCooldownEndsAt
The UTC timestamp (in RFC3339 format) of when the broadcaster may send another Shoutout to the broadcaster in to_broadcaster_user_id. -
getStartedAt
The UTC timestamp of when the moderator sent the Shoutout. -
equals
- Setzt außer Kraft:
equalsin KlasseEventSubChannelFromToEvent
-
canEqual
- Setzt außer Kraft:
canEqualin KlasseEventSubChannelFromToEvent
-
hashCode
public int hashCode()- Setzt außer Kraft:
hashCodein KlasseEventSubChannelFromToEvent
-
toString
- Setzt außer Kraft:
toStringin KlasseEventSubChannelFromToEvent
-