Class JellyfinGenreItem

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

public class JellyfinGenreItem extends Object
This class represents the JellyfinGenreItem.
Since:
1.0
Author:
Cesar Bianchi
  • Field Details

  • Constructor Details

    • JellyfinGenreItem

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

    • getName

      public String getName()
      Gets the name.
      Returns:
      A string representing the name.
      Since:
      1.0
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - A string containing the new name.
      Since:
      1.0
    • getId

      public String getId()
      Gets the id.
      Returns:
      A string representing the id.
      Since:
      1.0
    • setId

      public void setId(String id)
      Sets the id.
      Parameters:
      id - A string containing the new id.
      Since:
      1.0