Package com.lariflix.jemm.dtos
Class JellyfinFolders
java.lang.Object
com.lariflix.jemm.dtos.JellyfinFolders
This class represents the JellyfinFolders.
- Since:
- 1.0
- Author:
- Cesar Bianchi
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItems()
Gets the items.int
Gets the start index.int
Gets the total record count.void
setItems
(ArrayList<JellyfinFolder> 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
-
JellyfinFolders
public JellyfinFolders()Default constructor for JellyfinFolders.- Since:
- 1.0
-
-
Method Details
-
getItems
Gets the items.- Returns:
- An ArrayList of JellyfinFolder objects representing the items.
- Since:
- 1.0
-
setItems
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
-