Class PollData.Contributor

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

public static class PollData.Contributor extends Object
  • Constructor Details

    • Contributor

      public Contributor()
  • Method Details

    • getUserId

      public String getUserId()
    • getDisplayName

      public String getDisplayName()
    • getBitsContributed

      @Deprecated public Long getBitsContributed()
      Deprecated.
    • getChannelPointsContributed

      public Long getChannelPointsContributed()
    • setUserId

      public void setUserId(String userId)
    • setDisplayName

      public void setDisplayName(String displayName)
    • setBitsContributed

      @Deprecated public void setBitsContributed(Long bitsContributed)
      Deprecated.
    • setChannelPointsContributed

      public void setChannelPointsContributed(Long channelPointsContributed)
    • 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