Class PollData.Votes

java.lang.Object
com.github.twitch4j.pubsub.domain.PollData.Votes
Enclosing class:
PollData

public static class PollData.Votes extends Object
  • Constructor Details

    • Votes

      public Votes()
  • Method Details

    • getTotal

      public Long getTotal()
    • getBits

      @Deprecated public Long getBits()
      Deprecated.
    • getChannelPoints

      public Long getChannelPoints()
    • getBase

      public Long getBase()
    • setTotal

      public void setTotal(Long total)
    • setBits

      @Deprecated public void setBits(Long bits)
      Deprecated.
    • setChannelPoints

      public void setChannelPoints(Long channelPoints)
    • setBase

      public void setBase(Long base)
    • 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