Class PointsSpent
java.lang.Object
com.github.twitch4j.pubsub.domain.PointsSpent
public class PointsSpent
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPointsSpent.Balance -
Constructor Summary
Constructors Constructor Description PointsSpent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)PointsSpent.BalancegetBalance()java.time.InstantgetTimestamp()inthashCode()voidsetBalance(PointsSpent.Balance balance)voidsetTimestamp(java.time.Instant timestamp)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PointsSpent
public PointsSpent()
-
-
Method Details
-
getTimestamp
public java.time.Instant getTimestamp() -
getBalance
-
setTimestamp
public void setTimestamp(java.time.Instant timestamp) -
setBalance
-
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
-