Class JellyfinCadPeopleItems

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

public class JellyfinCadPeopleItems extends Object
This class represents a people item in the Jellyfin catalog. It is used to store and manage information related to a specific people item.
Since:
1.0
Author:
Cesar Bianchi
See Also:
  • Field Details

  • Constructor Details

    • JellyfinCadPeopleItems

      public JellyfinCadPeopleItems()
  • Method Details

    • getItems

      public ArrayList<JellyfinCadPeopleItem> getItems()
      Returns the items.
      Returns:
      the items
    • setItems

      public void setItems(ArrayList<JellyfinCadPeopleItem> items)
      Sets the items.
      Parameters:
      items - the new items
    • getTotalRecordCount

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

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

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

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