Class PollData.Contributor
java.lang.Object
com.github.twitch4j.pubsub.domain.PollData.Contributor
- Enclosing class:
- PollData
public static class PollData.Contributor
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Contributor() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.LonggetBitsContributed()java.lang.LonggetChannelPointsContributed()java.lang.StringgetDisplayName()java.lang.StringgetUserId()inthashCode()voidsetBitsContributed(java.lang.Long bitsContributed)voidsetChannelPointsContributed(java.lang.Long channelPointsContributed)voidsetDisplayName(java.lang.String displayName)voidsetUserId(java.lang.String userId)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Contributor
public Contributor()
-
-
Method Details
-
getUserId
public java.lang.String getUserId() -
getDisplayName
public java.lang.String getDisplayName() -
getBitsContributed
public java.lang.Long getBitsContributed() -
getChannelPointsContributed
public java.lang.Long getChannelPointsContributed() -
setUserId
public void setUserId(java.lang.String userId) -
setDisplayName
public void setDisplayName(java.lang.String displayName) -
setBitsContributed
public void setBitsContributed(java.lang.Long bitsContributed) -
setChannelPointsContributed
public void setChannelPointsContributed(java.lang.Long channelPointsContributed) -
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
-