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 TypeFieldDescriptionint
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItems()
Returns the items.int
Returns the start index.int
Returns the total record count.void
setItems
(ArrayList<JellyfinCadPeopleItem> items) Sets the items.void
setStartIndex
(int startIndex) Sets the start index.void
setTotalRecordCount
(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
-