Package com.lariflix.jemm.dtos
Class JellyfinProviderIds
java.lang.Object
com.lariflix.jemm.dtos.JellyfinProviderIds
This class represents the provider IDs for a media item in Jellyfin.
- Since:
- 1.0
- Author:
- Cesar Bianchi
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImdb()
Returns the IMDB ID of the media item.getTmdb()
Returns the TMDB ID of the media item.Returns the TMDB Collection ID of the media item.void
Sets the IMDB ID of the media item.void
Sets the TMDB ID of the media item.void
setTmdbCollection
(String tmdbCollection) Sets the TMDB Collection ID of the media item.
-
Field Details
-
imdb
-
tmdb
-
tmdbCollection
-
-
Constructor Details
-
JellyfinProviderIds
public JellyfinProviderIds()Default constructor for JellyfinProviderIds.- Since:
- 1.0
-
-
Method Details
-
getImdb
Returns the IMDB ID of the media item.- Returns:
- The IMDB ID of the media item.
- Since:
- 1.0
-
setImdb
Sets the IMDB ID of the media item.- Parameters:
imdb
- The new IMDB ID of the media item.- Since:
- 1.0
-
getTmdb
Returns the TMDB ID of the media item.- Returns:
- The TMDB ID of the media item.
- Since:
- 1.0
-
setTmdb
Sets the TMDB ID of the media item.- Parameters:
tmdb
- The new TMDB ID of the media item.- Since:
- 1.0
-
getTmdbCollection
Returns the TMDB Collection ID of the media item.- Returns:
- The TMDB Collection ID of the media item.
- Since:
- 1.0
-
setTmdbCollection
Sets the TMDB Collection ID of the media item.- Parameters:
tmdbCollection
- The new TMDB Collection ID of the media item.- Since:
- 1.0
-