public class Artwork extends AbstractJsonMapping
| Constructor and Description |
|---|
Artwork() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ArtworkType |
getArtworkType() |
float |
getAspectRatio() |
String |
getFilePath() |
String |
getFlag() |
int |
getHeight() |
String |
getId() |
String |
getLanguage() |
float |
getVoteAverage() |
int |
getVoteCount() |
int |
getWidth() |
int |
hashCode() |
void |
setArtworkType(ArtworkType artworkType) |
void |
setAspectRatio(float aspectRatio) |
void |
setFilePath(String filePath) |
void |
setFlag(String flag) |
void |
setHeight(int height) |
void |
setId(String id) |
void |
setLanguage(String language) |
void |
setVoteAverage(float voteAverage) |
void |
setVoteCount(int voteCount) |
void |
setWidth(int width) |
handleUnknown, toStringpublic ArtworkType getArtworkType()
public float getAspectRatio()
public String getFilePath()
public int getHeight()
public String getLanguage()
public int getWidth()
public float getVoteAverage()
public int getVoteCount()
public String getFlag()
public String getId()
public void setArtworkType(ArtworkType artworkType)
public void setAspectRatio(float aspectRatio)
public void setFilePath(String filePath)
public void setHeight(int height)
public void setLanguage(String language)
public void setWidth(int width)
public void setVoteAverage(float voteAverage)
public void setVoteCount(int voteCount)
public void setFlag(String flag)
public void setId(String id)
Copyright © 2012-2015. All Rights Reserved.