Class UserAuthorizationRevokeEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubUserEvent
com.github.twitch4j.eventsub.events.UserAuthorizationRevokeEvent
public class UserAuthorizationRevokeEvent extends EventSubUserEvent
-
Constructor Summary
Constructors Constructor Description UserAuthorizationRevokeEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetClientId()The client_id of the application with revoked user access.inthashCode()java.lang.StringtoString()Methods inherited from class com.github.twitch4j.eventsub.events.EventSubUserEvent
getUserId, getUserLogin, getUserNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
UserAuthorizationRevokeEvent
public UserAuthorizationRevokeEvent()
-
-
Method Details
-
getClientId
public java.lang.String getClientId()The client_id of the application with revoked user access. -
toString
public java.lang.String toString()- Overrides:
toStringin classEventSubUserEvent
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classEventSubUserEvent
-
canEqual
protected boolean canEqual(java.lang.Object other)- Overrides:
canEqualin classEventSubUserEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classEventSubUserEvent
-