Class ChannelPointsGain
java.lang.Object
com.github.twitch4j.pubsub.domain.ChannelPointsGain
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setBaselinePoints
(Integer baselinePoints) Deprecated.void
setChannelId
(String channelId) Deprecated.void
setMultipliers
(List<ChannelPointsGain.PointGainMultiplier> multipliers) Deprecated.void
setReasonCode
(String reasonCode) Deprecated.void
setTotalPoints
(Integer totalPoints) Deprecated.void
Deprecated.toString()
-
Constructor Details
-
ChannelPointsGain
public ChannelPointsGain()
-
-
Method Details
-
getUserId
-
getChannelId
-
getTotalPoints
-
getBaselinePoints
-
getReasonCode
-
getMultipliers
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setUserId
Deprecated. -
setChannelId
Deprecated. -
setTotalPoints
Deprecated. -
setBaselinePoints
Deprecated. -
setReasonCode
Deprecated. -
setMultipliers
Deprecated.
-