Package com.lariflix.jemm.dtos
Class JellyfinPeopleItem
java.lang.Object
com.lariflix.jemm.dtos.JellyfinPeopleItem
This class represents a person involved in a media item in Jellyfin.
- Since:
- 1.0
- Author:
- Cesar Bianchi
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the ID of the person.getName()
Returns the name of the person.getRole()
Returns the role of the person.getType()
Returns the type of the person.void
Sets the ID of the person.void
Sets the name of the person.void
Sets the role of the person.void
Sets the type of the person.
-
Field Details
-
name
-
id
-
role
-
type
-
-
Constructor Details
-
JellyfinPeopleItem
public JellyfinPeopleItem()Default constructor for JellyfinPeopleItem.- Since:
- 1.0
-
-
Method Details
-
getName
Returns the name of the person.- Returns:
- The name of the person.
- Since:
- 1.0
-
setName
Sets the name of the person.- Parameters:
name
- The new name of the person.- Since:
- 1.0
-
getId
Returns the ID of the person.- Returns:
- The ID of the person.
- Since:
- 1.0
-
setId
Sets the ID of the person.- Parameters:
id
- The new ID of the person.- Since:
- 1.0
-
getRole
Returns the role of the person.- Returns:
- The role of the person.
- Since:
- 1.0
-
setRole
Sets the role of the person.- Parameters:
role
- The new role of the person.- Since:
- 1.0
-
getType
Returns the type of the person.- Returns:
- The type of the person.
- Since:
- 1.0
-
setType
Sets the type of the person.- Parameters:
type
- The new type of the person.- Since:
- 1.0
-