Class SoundtrackArtist

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

public class SoundtrackArtist extends Object
  • Constructor Details

    • SoundtrackArtist

      public SoundtrackArtist()
  • Method Details

    • getCreatorChannelId

      public String getCreatorChannelId()
      The ID of the Twitch user that created the track. Is an empty string if a Twitch user didn't create the track.
    • getId

      public String getId()
      The artist’s ASIN (Amazon Standard Identification Number).
    • getName

      public String getName()
      The artist’s name. This can be the band’s name or the solo artist’s name.
    • 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