Class PollData.Votes

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

public static class PollData.Votes
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Votes()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Long getBase()  
    java.lang.Long getBits()  
    java.lang.Long getChannelPoints()  
    java.lang.Long getTotal()  
    int hashCode()  
    void setBase​(java.lang.Long base)  
    void setBits​(java.lang.Long bits)  
    void setChannelPoints​(java.lang.Long channelPoints)  
    void setTotal​(java.lang.Long total)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Votes

      public Votes()
  • Method Details

    • getTotal

      public java.lang.Long getTotal()
    • getBits

      public java.lang.Long getBits()
    • getChannelPoints

      public java.lang.Long getChannelPoints()
    • getBase

      public java.lang.Long getBase()
    • setTotal

      public void setTotal​(java.lang.Long total)
    • setBits

      public void setBits​(java.lang.Long bits)
    • setChannelPoints

      public void setChannelPoints​(java.lang.Long channelPoints)
    • setBase

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