Class SoundtrackCurrentTrack

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

public class SoundtrackCurrentTrack extends Object
  • Constructor Details

    • SoundtrackCurrentTrack

      public SoundtrackCurrentTrack()
  • Method Details

    • getTrack

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

      public SoundtrackSource getSource()
      The source of the track that’s currently playing. For example, a playlist or station.
    • 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