Class ChannelPointsEarned
java.lang.Object
com.github.twitch4j.pubsub.domain.ChannelPointsEarned
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setBalance
(ChannelPointsBalance balance) Deprecated.void
setChannelId
(String channelId) Deprecated.void
setPointGain
(ChannelPointsGain pointGain) Deprecated.void
setTimestamp
(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.
-