Package com.lariflix.jemm.dtos
Class JellyfinCadPeopleItems
java.lang.Object
com.lariflix.jemm.dtos.JellyfinCadPeopleItems
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 Summary
FieldsModifier and TypeFieldDescriptionintint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItems()Returns the items.intReturns the start index.intReturns the total record count.voidsetItems(ArrayList<JellyfinCadPeopleItem> items) Sets the items.voidsetStartIndex(int startIndex) Sets the start index.voidsetTotalRecordCount(int totalRecordCount) Sets the total record count.
-
Field Details
-
items
-
totalRecordCount
public int totalRecordCount -
startIndex
public int startIndex
-
-
Constructor Details
-
JellyfinCadPeopleItems
public JellyfinCadPeopleItems()
-
-
Method Details
-
getItems
Returns the items.- Returns:
- the items
-
setItems
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
-