Class JellyfinFolders

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

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

    • items

      public ArrayList<JellyfinFolder> items
    • totalRecordCount

      public int totalRecordCount
    • startIndex

      public int startIndex
  • Constructor Details

    • JellyfinFolders

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

    • getItems

      public ArrayList<JellyfinFolder> getItems()
      Gets the items.
      Returns:
      An ArrayList of JellyfinFolder objects representing the items.
      Since:
      1.0
    • setItems

      public void setItems(ArrayList<JellyfinFolder> items)
      Sets the items.
      Parameters:
      items - An ArrayList of JellyfinFolder objects containing the new items.
      Since:
      1.0
    • getTotalRecordCount

      public int getTotalRecordCount()
      Gets the total record count.
      Returns:
      An integer representing the total record count.
      Since:
      1.0
    • setTotalRecordCount

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

      public int getStartIndex()
      Gets the start index.
      Returns:
      An integer representing the start index.
      Since:
      1.0
    • setStartIndex

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