Klasse PollData.Contributor

java.lang.Object
com.github.twitch4j.pubsub.domain.PollData.Contributor
Umschließende Klasse:
PollData

public static class PollData.Contributor extends Object
  • Konstruktordetails

    • Contributor

      public Contributor()
  • Methodendetails

    • getUserId

      public String getUserId()
    • getDisplayName

      public String getDisplayName()
    • getBitsContributed

      @Deprecated public Long getBitsContributed()
      Veraltet.
    • getChannelPointsContributed

      public Long getChannelPointsContributed()
    • setUserId

      public void setUserId(String userId)
    • setDisplayName

      public void setDisplayName(String displayName)
    • setBitsContributed

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

      public void setChannelPointsContributed(Long channelPointsContributed)
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object