Class StreamOnlineEvent

java.lang.Object

public class StreamOnlineEvent
extends EventSubChannelEvent
  • Constructor Details

    • StreamOnlineEvent

      public StreamOnlineEvent()
  • Method Details

    • getId

      public java.lang.String getId()
      The id of the stream.
    • getType

      public StreamType getType()
      The stream type.
    • getStartedAt

      public java.time.Instant getStartedAt()
      The timestamp at which the stream went online at.
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class EventSubChannelEvent
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class EventSubChannelEvent
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
      Overrides:
      canEqual in class EventSubChannelEvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class EventSubChannelEvent