public class TVSeason
extends java.lang.Object
Constructor and Description |
---|
TVSeason() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
long |
getAddedAt() |
int |
getEpisodeCount()
Get the number of shows in this season
|
int |
getHashKey() |
int |
getId() |
int |
getPlexKey() |
java.lang.String |
getTitle() |
long |
getUpdatedAt() |
int |
getVideoId() |
int |
hashCode() |
void |
setAddedAt(long addedAt) |
void |
setEpisodeCount(int episodeCount) |
void |
setHashKey(int hashKey) |
void |
setId(int id) |
void |
setPlexKey(int plexKey) |
void |
setTitle(java.lang.String title) |
void |
setUpdatedAt(long updatedAt) |
void |
setVideoId(int videoId) |
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int getId()
public void setId(int id)
id
- the id to setpublic int getHashKey()
public void setHashKey(int hashKey)
hashKey
- the hashKey to setpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title to setpublic int getPlexKey()
public void setPlexKey(int plexKey)
plexKey
- the plexKey to setpublic long getAddedAt()
public void setAddedAt(long addedAt)
addedAt
- the addedAt to setpublic long getUpdatedAt()
public void setUpdatedAt(long updatedAt)
updatedAt
- the updatedAt to setpublic int getEpisodeCount()
public void setEpisodeCount(int episodeCount)
showCount
- the showCount to setpublic int getVideoId()
public void setVideoId(int videoId)