Class JellyfinPeopleItem

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

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

  • Constructor Details

    • JellyfinPeopleItem

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

    • getName

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

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

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

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

      public String getRole()
      Returns the role of the person.
      Returns:
      The role of the person.
      Since:
      1.0
    • setRole

      public void setRole(String role)
      Sets the role of the person.
      Parameters:
      role - The new role of the person.
      Since:
      1.0
    • getType

      public String getType()
      Returns the type of the person.
      Returns:
      The type of the person.
      Since:
      1.0
    • setType

      public void setType(String type)
      Sets the type of the person.
      Parameters:
      type - The new type of the person.
      Since:
      1.0