de.umass.lastfm
Class Image
java.lang.Object
de.umass.lastfm.ImageHolder
de.umass.lastfm.Image
public class Image
- extends ImageHolder
An Image
contains metadata and URLs for an artist's image. Metadata contains title, votes, format and other.
Images are available in various sizes, see ImageSize
for all sizes.
- Author:
- Janni Kovacs
- See Also:
ImageSize
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTitle
public String getTitle()
getUrl
public String getUrl()
getDateAdded
public Date getDateAdded()
getFormat
public String getFormat()
getOwner
public String getOwner()
getThumbsUp
public int getThumbsUp()
getThumbsDown
public int getThumbsDown()