Class ChannelUpdateEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelEvent
com.github.twitch4j.eventsub.events.ChannelUpdateEvent
public class ChannelUpdateEvent extends EventSubChannelEvent
-
Constructor Summary
Constructors Constructor Description ChannelUpdateEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetCategoryId()The channel’s category ID.java.lang.StringgetCategoryName()The category name.java.lang.StringgetLanguage()The channel’s broadcast language.java.lang.StringgetTitle()The channel’s stream title.inthashCode()java.lang.BooleanisMature()Whether the channel is flagged as mature.java.lang.StringtoString()Methods inherited from class com.github.twitch4j.eventsub.events.EventSubChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ChannelUpdateEvent
public ChannelUpdateEvent()
-
-
Method Details
-
getTitle
public java.lang.String getTitle()The channel’s stream title. -
getLanguage
public java.lang.String getLanguage()The channel’s broadcast language. -
getCategoryId
public java.lang.String getCategoryId()The channel’s category ID. -
getCategoryName
public java.lang.String getCategoryName()The category name. -
isMature
public java.lang.Boolean isMature()Whether the channel is flagged as mature. -
toString
public java.lang.String toString()- Overrides:
toStringin classEventSubChannelEvent
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classEventSubChannelEvent
-
canEqual
protected boolean canEqual(java.lang.Object other)- Overrides:
canEqualin classEventSubChannelEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classEventSubChannelEvent
-