Class JellyfinItems

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

public class JellyfinItems extends Object
This class represents the items in Jellyfin.
Since:
1.0
Author:
Cesar Bianchi
See Also:
  • Field Details

    • items

      public ArrayList<JellyfinItem> items
    • totalRecordCount

      public int totalRecordCount
    • startIndex

      public int startIndex
  • Constructor Details

    • JellyfinItems

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

    • getItems

      public ArrayList<JellyfinItem> getItems()
      Returns the items in Jellyfin.
      Returns:
      The items in Jellyfin.
      Since:
      1.0
    • setItems

      public void setItems(ArrayList<JellyfinItem> items)
      Sets the items in Jellyfin.
      Parameters:
      items - The new items in Jellyfin.
      Since:
      1.0
    • getTotalRecordCount

      public int getTotalRecordCount()
      Returns the total record count.
      Returns:
      The total record count.
      Since:
      1.0
    • setTotalRecordCount

      public void setTotalRecordCount(int totalRecordCount)
      Sets the total record count.
      Parameters:
      totalRecordCount - The new total record count.
      Since:
      1.0
    • getStartIndex

      public int getStartIndex()
      Returns the start index.
      Returns:
      The start index.
      Since:
      1.0
    • setStartIndex

      public void setStartIndex(int startIndex)
      Sets the start index.
      Parameters:
      startIndex - The new start index.
      Since:
      1.0