Package com.github.twitch4j.helix.domain
Class SoundtrackTrack
java.lang.Object
com.github.twitch4j.helix.domain.SoundtrackTrack
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetAlbum()The album that includes the track.The artists included on the track.getCode()The track’s ISRC (International Standard Recording Code).The duration of the track, in seconds.getId()The track’s ASIN (Amazon Standard Identification Number).getTitle()The track’s title.inthashCode()toString()
-
Constructor Details
-
SoundtrackTrack
public SoundtrackTrack()
-
-
Method Details
-
getAlbum
The album that includes the track. -
getArtists
The artists included on the track. -
getDuration
The duration of the track, in seconds. -
getId
The track’s ASIN (Amazon Standard Identification Number). -
getCode
The track’s ISRC (International Standard Recording Code). -
getTitle
The track’s title. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-