public class Collection extends AbstractJsonMapping
| Constructor and Description |
|---|
Collection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBackdropPath() |
int |
getId() |
String |
getName() |
String |
getPosterPath() |
String |
getReleaseDate() |
String |
getTitle() |
int |
hashCode() |
void |
setBackdropPath(String backdropPath) |
void |
setId(int id) |
void |
setName(String name) |
void |
setPosterPath(String posterPath) |
void |
setReleaseDate(String releaseDate) |
void |
setTitle(String title) |
handleUnknown, toStringpublic String getBackdropPath()
public int getId()
public String getPosterPath()
public String getReleaseDate()
public String getTitle()
public String getName()
public void setBackdropPath(String backdropPath)
public void setId(int id)
public void setPosterPath(String posterPath)
public void setReleaseDate(String releaseDate)
public void setTitle(String title)
public void setName(String name)
Copyright © 2012-2015. All Rights Reserved.