Class Coverart
- java.lang.Object
-
- com.tagtraum.ubermusic.coverartarchive.Coverart
-
public class Coverart extends Object
Simple wrapper around the JSON response from the cover art archive.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AudioArtwork
getArtwork()
String
getId()
AudioArtwork
getThumbnailLarge()
AudioArtwork
getThumbnailSmall()
String
toString()
-
-
-
Method Detail
-
getArtwork
public AudioArtwork getArtwork() throws MalformedURLException
- Throws:
MalformedURLException
-
getThumbnailLarge
public AudioArtwork getThumbnailLarge() throws MalformedURLException
- Throws:
MalformedURLException
-
getThumbnailSmall
public AudioArtwork getThumbnailSmall() throws MalformedURLException
- Throws:
MalformedURLException
-
getId
public String getId()
-
-