Class Leaderboard.Event

java.lang.Object
com.github.twitch4j.pubsub.domain.Leaderboard.Event
Enclosing class:
Leaderboard

public static class Leaderboard.Event extends Object
  • Constructor Details

    • Event

      public Event()
  • Method Details

    • getDomain

      public String getDomain()
    • getId

      public String getId()
    • getTimeOfEvent

      public Instant getTimeOfEvent()
    • getGroupingKey

      public String getGroupingKey()
    • getEntryKey

      public String getEntryKey()
    • getEventValue

      public Long getEventValue()
    • 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
    • setDomain

      @Deprecated public void setDomain(String domain)
      Deprecated.
    • setId

      @Deprecated public void setId(String id)
      Deprecated.
    • setTimeOfEvent

      @Deprecated public void setTimeOfEvent(Instant timeOfEvent)
      Deprecated.
    • setGroupingKey

      @Deprecated public void setGroupingKey(String groupingKey)
      Deprecated.
    • setEntryKey

      @Deprecated public void setEntryKey(String entryKey)
      Deprecated.
    • setEventValue

      @Deprecated public void setEventValue(Long eventValue)
      Deprecated.