Class ChannelPointsEarned
java.lang.Object
com.github.twitch4j.pubsub.domain.ChannelPointsEarned
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetBalance(ChannelPointsBalance balance) Deprecated.voidsetChannelId(String channelId) Deprecated.voidsetPointGain(ChannelPointsGain pointGain) Deprecated.voidsetTimestamp(Instant timestamp) Deprecated.toString()
-
Constructor Details
-
ChannelPointsEarned
public ChannelPointsEarned()
-
-
Method Details
-
getTimestamp
-
getChannelId
-
getPointGain
-
getBalance
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setTimestamp
Deprecated. -
setChannelId
Deprecated. -
setPointGain
Deprecated. -
setBalance
Deprecated.
-