Class SoundtrackCurrentTrack

java.lang.Object
com.github.twitch4j.helix.domain.SoundtrackCurrentTrack

@Deprecated public class SoundtrackCurrentTrack extends Object
  • Constructor Details

    • SoundtrackCurrentTrack

      public SoundtrackCurrentTrack()
      Deprecated.
  • Method Details

    • getTrack

      public SoundtrackTrack getTrack()
      Deprecated.
      The track that’s currently playing.
    • getSource

      public SoundtrackSource getSource()
      Deprecated.
      The source of the track that’s currently playing. For example, a playlist or station.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object