Class RadioTrack

java.lang.Object
com.github.twitch4j.pubsub.domain.RadioTrack

@Deprecated public class RadioTrack extends Object
  • Constructor Details

    • RadioTrack

      public RadioTrack()
      Deprecated.
  • Method Details

    • getAsin

      public String getAsin()
      Deprecated.
    • getDuration

      public Integer getDuration()
      Deprecated.
    • getTitle

      public String getTitle()
      Deprecated.
    • getArtists

      public List<RadioTrack.Artist> getArtists()
      Deprecated.
    • getAlbum

      public RadioTrack.AlbumInfo getAlbum()
      Deprecated.
    • 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