Class CommunityGoalContribution
java.lang.Object
com.github.twitch4j.pubsub.domain.CommunityGoalContribution
public class CommunityGoalContribution
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CommunityGoalContribution() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.IntegergetAmount()java.lang.StringgetChannelId()CommunityPointsGoalgetGoal()java.lang.IntegergetStreamContribution()java.lang.IntegergetTotalContribution()ChannelPointsUsergetUser()inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CommunityGoalContribution
public CommunityGoalContribution()
-
-
Method Details
-
getChannelId
public java.lang.String getChannelId() -
getGoal
-
getUser
-
getAmount
public java.lang.Integer getAmount() -
getStreamContribution
public java.lang.Integer getStreamContribution() -
getTotalContribution
public java.lang.Integer getTotalContribution() -
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
-