public class RestStatistics
extends java.lang.Object
| Constructor and Description |
|---|
RestStatistics() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEpisodeCount() |
int |
getMovieCount() |
int |
getTvShowCount() |
int |
getVideoCount() |
void |
setEpisodeCount(int episodeCount) |
void |
setMovieCount(int movieCount) |
void |
setTvShowCount(int tvShowCount) |
void |
setVideoCount(int videoCount) |
public int getMovieCount()
public void setMovieCount(int movieCount)
movieCount - the movieCount to setpublic int getTvShowCount()
public void setTvShowCount(int tvShowCount)
tvShowCount - the tvShowCount to setpublic int getVideoCount()
public void setVideoCount(int videoCount)
videoCount - the videoCount to setpublic int getEpisodeCount()
public void setEpisodeCount(int episodeCount)
episodeCount - the episodeCount to set