Class JellyfinStudioItem

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

public class JellyfinStudioItem extends Object
This class represents a studio involved in a media item in Jellyfin.
Since:
1.0
Author:
Cesar Bianchi
  • Field Details

  • Constructor Details

    • JellyfinStudioItem

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

    • getName

      public String getName()
      Returns the name of the studio.
      Returns:
      The name of the studio.
      Since:
      1.0
    • setName

      public void setName(String name)
      Sets the name of the studio.
      Parameters:
      name - The new name of the studio.
      Since:
      1.0
    • getId

      public String getId()
      Returns the ID of the studio.
      Returns:
      The ID of the studio.
      Since:
      1.0
    • setId

      public void setId(String id)
      Sets the ID of the studio.
      Parameters:
      id - The new ID of the studio.
      Since:
      1.0