public class Artwork extends AbstractJsonMapping implements Serializable
| 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 |
setArtworkType(String 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 String getId()
public void setId(String id)
public float getAspectRatio()
public void setAspectRatio(float aspectRatio)
public String getFilePath()
public void setFilePath(String filePath)
public int getHeight()
public void setHeight(int height)
public String getLanguage()
public void setLanguage(String language)
public int getWidth()
public void setWidth(int width)
public float getVoteAverage()
public void setVoteAverage(float voteAverage)
public int getVoteCount()
public void setVoteCount(int voteCount)
public String getFlag()
public void setFlag(String flag)
public ArtworkType getArtworkType()
public void setArtworkType(ArtworkType artworkType)
public void setArtworkType(String artworkType)
Copyright © 2012–2017. All rights reserved.