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 TypeFieldDescriptionintint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItems()Gets the items.intGets the start index.intGets the total record count.voidsetItems(ArrayList<JellyfinFolder> 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
-
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
-