Class CreatorGoalsEndEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelEvent
com.github.twitch4j.eventsub.events.CreatorGoalsEvent
com.github.twitch4j.eventsub.events.CreatorGoalsEndEvent
-
Constructor Summary
-
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.events.CreatorGoalsEvent
getCurrentAmount, getDescription, getId, getStartedAt, getTargetAmount, getType
Methods inherited from class com.github.twitch4j.eventsub.events.EventSubChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName
-
Constructor Details
-
CreatorGoalsEndEvent
public CreatorGoalsEndEvent()
-
-
Method Details
-
isAchieved
A Boolean value that indicates whether the broadcaster achieved their goal. Is true if the goal was achieved; otherwise, false. -
getEndedAt
The UTC timestamp in RFC 3339 format, which indicates when the broadcaster ended the goal. -
toString
- Overrides:
toString
in classCreatorGoalsEvent
-
equals
- Overrides:
equals
in classCreatorGoalsEvent
-
canEqual
- Overrides:
canEqual
in classCreatorGoalsEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCreatorGoalsEvent
-