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

      public void setDomain(String domain)
    • setId

      public void setId(String id)
    • setTimeOfEvent

      public void setTimeOfEvent(Instant timeOfEvent)
    • setGroupingKey

      public void setGroupingKey(String groupingKey)
    • setEntryKey

      public void setEntryKey(String entryKey)
    • setEventValue

      public void setEventValue(Long eventValue)
    • 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