Class CrowdChant
java.lang.Object
com.github.twitch4j.pubsub.domain.CrowdChant
public class CrowdChant
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CrowdChant() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetChannelId()java.lang.StringgetChatMessageId()java.time.InstantgetCreatedAt()java.time.InstantgetEndsAt()java.lang.StringgetId()java.lang.StringgetText()ChannelPointsUsergetUser()inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CrowdChant
public CrowdChant()
-
-
Method Details
-
getId
public java.lang.String getId() -
getChannelId
public java.lang.String getChannelId() -
getUser
-
getChatMessageId
public java.lang.String getChatMessageId() -
getText
public java.lang.String getText() -
getCreatedAt
public java.time.Instant getCreatedAt() -
getEndsAt
public java.time.Instant getEndsAt() -
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
-