Package com.github.twitch4j.helix.domain
Class BannedEvent
java.lang.Object
com.github.twitch4j.helix.domain.BannedEvent
public class BannedEvent
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBannedEvent.EventDatastatic classBannedEvent.EventType -
Constructor Summary
Constructors Constructor Description BannedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)BannedEvent.EventDatagetEventData()java.time.InstantgetEventTimestamp()Timestamp for the event.BannedEvent.EventTypegetEventType()@NonNull java.lang.StringgetId()Event ID.java.lang.StringgetVersion()Returns the version of the endpoint.inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
BannedEvent
public BannedEvent()
-
-
Method Details
-
getId
@NonNull public @NonNull java.lang.String getId()Event ID. -
getEventType
-
getEventTimestamp
public java.time.Instant getEventTimestamp()Timestamp for the event. -
getVersion
public java.lang.String getVersion()Returns the version of the endpoint. -
getEventData
- See Also:
BannedEvent.EventData
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-