Class SoundtrackTrack

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

@Deprecated public class SoundtrackTrack extends Object
  • Constructor Details

    • SoundtrackTrack

      public SoundtrackTrack()
      Deprecated.
  • Method Details

    • getAlbum

      public SoundtrackAlbum getAlbum()
      Deprecated.
      The album that includes the track.
    • getArtists

      public List<SoundtrackArtist> getArtists()
      Deprecated.
      The artists included on the track.
    • getDuration

      public Integer getDuration()
      Deprecated.
      The duration of the track, in seconds.
    • getId

      public String getId()
      Deprecated.
      The track’s ASIN (Amazon Standard Identification Number).
    • getCode

      public String getCode()
      Deprecated.
      The track’s ISRC (International Standard Recording Code).
    • getTitle

      public String getTitle()
      Deprecated.
      The track’s title.
    • 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