Package com.lariflix.jemm.dtos
Class JellyfinGenreItem
java.lang.Object
com.lariflix.jemm.dtos.JellyfinGenreItem
This class represents the JellyfinGenreItem.
- Since:
- 1.0
- Author:
- Cesar Bianchi
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
id
-
-
Constructor Details
-
JellyfinGenreItem
public JellyfinGenreItem()Default constructor for JellyfinGenreItem.- Since:
- 1.0
-
-
Method Details
-
getName
Gets the name.- Returns:
- A string representing the name.
- Since:
- 1.0
-
setName
Sets the name.- Parameters:
name
- A string containing the new name.- Since:
- 1.0
-
getId
Gets the id.- Returns:
- A string representing the id.
- Since:
- 1.0
-
setId
Sets the id.- Parameters:
id
- A string containing the new id.- Since:
- 1.0
-