public class MediaBasic extends AbstractJsonMapping implements Serializable, Identification
| Constructor and Description |
|---|
MediaBasic() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackdropPath() |
int |
getId() |
MediaType |
getMediaType() |
float |
getPopularity() |
String |
getPosterPath() |
float |
getVoteAverage() |
int |
getVoteCount() |
void |
setBackdropPath(String backdropPath) |
void |
setId(int id) |
void |
setMediaType(MediaType mediaType) |
void |
setMediaType(String mediaType) |
void |
setPopularity(float popularity) |
void |
setPosterPath(String posterPath) |
void |
setVoteAverage(float voteAverage) |
void |
setVoteCount(int voteCount) |
handleUnknown, toStringpublic int getId()
getId in interface Identificationpublic void setId(int id)
setId in interface Identificationpublic MediaType getMediaType()
public void setMediaType(String mediaType)
public void setMediaType(MediaType mediaType)
public String getBackdropPath()
public void setBackdropPath(String backdropPath)
public String getPosterPath()
public void setPosterPath(String posterPath)
public float getPopularity()
public void setPopularity(float popularity)
public float getVoteAverage()
public void setVoteAverage(float voteAverage)
public int getVoteCount()
public void setVoteCount(int voteCount)
Copyright © 2012–2017. All rights reserved.