Class ChannelPointsEarned

java.lang.Object
com.github.twitch4j.pubsub.domain.ChannelPointsEarned

public class ChannelPointsEarned
extends java.lang.Object
  • Constructor Details

    • ChannelPointsEarned

      public ChannelPointsEarned()
  • Method Details

    • getTimestamp

      public java.time.Instant getTimestamp()
    • getChannelId

      public java.lang.String getChannelId()
    • getPointGain

      public ChannelPointsGain getPointGain()
    • getBalance

      public ChannelPointsBalance getBalance()
    • setTimestamp

      public void setTimestamp​(java.time.Instant timestamp)
    • setChannelId

      public void setChannelId​(java.lang.String channelId)
    • setPointGain

      public void setPointGain​(ChannelPointsGain pointGain)
    • setBalance

      public void setBalance​(ChannelPointsBalance balance)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object