Class JellyfinProviderIds

java.lang.Object
com.lariflix.jemm.dtos.JellyfinProviderIds

public class JellyfinProviderIds extends Object
This class represents the provider IDs for a media item in Jellyfin.
Since:
1.0
Author:
Cesar Bianchi
  • Field Details

    • imdb

      public String imdb
    • tmdb

      public String tmdb
    • tmdbCollection

      public String tmdbCollection
  • Constructor Details

    • JellyfinProviderIds

      public JellyfinProviderIds()
      Default constructor for JellyfinProviderIds.
      Since:
      1.0
  • Method Details

    • getImdb

      public String getImdb()
      Returns the IMDB ID of the media item.
      Returns:
      The IMDB ID of the media item.
      Since:
      1.0
    • setImdb

      public void setImdb(String imdb)
      Sets the IMDB ID of the media item.
      Parameters:
      imdb - The new IMDB ID of the media item.
      Since:
      1.0
    • getTmdb

      public String getTmdb()
      Returns the TMDB ID of the media item.
      Returns:
      The TMDB ID of the media item.
      Since:
      1.0
    • setTmdb

      public void setTmdb(String tmdb)
      Sets the TMDB ID of the media item.
      Parameters:
      tmdb - The new TMDB ID of the media item.
      Since:
      1.0
    • getTmdbCollection

      public String getTmdbCollection()
      Returns the TMDB Collection ID of the media item.
      Returns:
      The TMDB Collection ID of the media item.
      Since:
      1.0
    • setTmdbCollection

      public void setTmdbCollection(String tmdbCollection)
      Sets the TMDB Collection ID of the media item.
      Parameters:
      tmdbCollection - The new TMDB Collection ID of the media item.
      Since:
      1.0