Package com.lariflix.jemm.dtos
Class JellyfinInstanceDetails
java.lang.Object
com.lariflix.jemm.dtos.JellyfinInstanceDetails
This class represents the JellyfinInstanceDetails.
- Since:
- 1.0
- Author:
- Cesar Bianchi
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the admin user.Gets the credentials.Gets the folders.getUsers()Gets the users.booleanisDebug()voidsetAdminUser(JellyfinUser adminUser) Sets the admin user.voidsetCredentials(JellyfinCredentials credentials) Sets the credentials.voidsetFolders(JellyfinFolders folders) Sets the folders.voidsetIsDebug(boolean isDebug) voidsetServerInfo(JellyfinServerInfo serverInfo) voidsetUsers(JellyfinUsers users) Sets the users.
-
Field Details
-
credentials
-
users
-
adminUser
-
folders
-
serverInfo
-
isDebug
public boolean isDebug
-
-
Constructor Details
-
JellyfinInstanceDetails
public JellyfinInstanceDetails()Default constructor for JellyfinInstanceDetails.- Since:
- 1.0
-
-
Method Details
-
getUsers
Gets the users.- Returns:
- A JellyfinUsers object representing the users.
- Since:
- 1.0
-
setUsers
Sets the users.- Parameters:
users- A JellyfinUsers object containing the new users.- Since:
- 1.0
-
getCredentials
Gets the credentials.- Returns:
- A JellyfinCredentials object representing the credentials.
- Since:
- 1.0
-
setCredentials
Sets the credentials.- Parameters:
credentials- A JellyfinCredentials object containing the new credentials.- Since:
- 1.0
-
getAdminUser
Gets the admin user.- Returns:
- A JellyfinUser object representing the admin user.
- Since:
- 1.0
-
setAdminUser
Sets the admin user.- Parameters:
adminUser- A JellyfinUser object containing the new admin user.- Since:
- 1.0
-
getFolders
Gets the folders.- Returns:
- A JellyfinFolders object representing the folders.
- Since:
- 1.0
- See Also:
-
setFolders
Sets the folders.- Parameters:
folders- A JellyfinFolders object containing the new folders.- Since:
- 1.0
-
isDebug
public boolean isDebug() -
setIsDebug
public void setIsDebug(boolean isDebug) -
getServerInfo
-
setServerInfo
-