Package com.lariflix.jemm.dtos
Class JellyfinStudioItem
java.lang.Object
com.lariflix.jemm.dtos.JellyfinStudioItem
This class represents a studio involved in a media item in Jellyfin.
- Since:
- 1.0
- Author:
- Cesar Bianchi
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
id
-
-
Constructor Details
-
JellyfinStudioItem
public JellyfinStudioItem()Default constructor for JellyfinStudioItem.- Since:
- 1.0
-
-
Method Details
-
getName
Returns the name of the studio.- Returns:
- The name of the studio.
- Since:
- 1.0
-
setName
Sets the name of the studio.- Parameters:
name
- The new name of the studio.- Since:
- 1.0
-
getId
Returns the ID of the studio.- Returns:
- The ID of the studio.
- Since:
- 1.0
-
setId
Sets the ID of the studio.- Parameters:
id
- The new ID of the studio.- Since:
- 1.0
-