Class SoundtrackCurrentTrackWrapper

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

@Deprecated public class SoundtrackCurrentTrackWrapper extends Object
  • Constructor Details

    • SoundtrackCurrentTrackWrapper

      public SoundtrackCurrentTrackWrapper()
      Deprecated.
  • Method Details

    • getTrack

      public Optional<SoundtrackCurrentTrack> getTrack()
      Deprecated.
      Returns:
      the Soundtrack track that the broadcaster is playing.
    • getData

      public List<SoundtrackCurrentTrack> getData()
      Deprecated.
      A list that contains the Soundtrack track that the broadcaster is playing.
    • 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