Class PointsSpent.Balance

java.lang.Object
com.github.twitch4j.pubsub.domain.PointsSpent.Balance
Enclosing class:
PointsSpent

public static class PointsSpent.Balance extends Object
  • Constructor Details

    • Balance

      public Balance()
  • Method Details

    • getUserId

      public String getUserId()
    • getChannelId

      public String getChannelId()
    • getBalance

      public Long getBalance()
    • setUserId

      public void setUserId(String userId)
    • setChannelId

      public void setChannelId(String channelId)
    • setBalance

      public void setBalance(Long balance)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object