public class RestTVSeason
extends java.lang.Object
| Constructor and Description |
|---|
RestTVSeason() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEpisodeCount() |
java.lang.String |
getHashKey() |
java.lang.String |
getTitle() |
void |
setEpisodeCount(int episodeCount) |
void |
setHashKey(java.lang.String hashKey) |
void |
setTitle(java.lang.String title) |
public int getEpisodeCount()
public void setEpisodeCount(int episodeCount)
episodeCount - the episodeCount to setpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - the title to setpublic java.lang.String getHashKey()
public void setHashKey(java.lang.String hashKey)
hashKey - the hashKey to set