Package com.lariflix.jemm.dtos
Class JellyfinServerInfo
java.lang.Object
com.lariflix.jemm.dtos.JellyfinServerInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanbooleanint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()intbooleanbooleanbooleanbooleanbooleanbooleanvoidsetCachePath(String cachePath) voidsetCanLaunchWebBrowser(boolean canLaunchWebBrowser) voidsetCanSelfRestart(boolean canSelfRestart) voidsetEncoderLocation(String encoderLocation) voidsetHasPendingRestart(boolean hasPendingRestart) voidsetHasUpdateAvailable(boolean hasUpdateAvailable) voidvoidsetInternalMetadataPath(String internalMetadataPath) voidsetIsShuttingDown(boolean isShuttingDown) voidsetItemsByNamePath(String itemsByNamePath) voidsetLocalAddress(String localAddress) voidsetLogPath(String logPath) voidsetOperatingSystem(String operatingSystem) voidsetOperatingSystemDisplayName(String operatingSystemDisplayName) voidsetProgramDataPath(String programDataPath) voidsetServerName(String serverName) voidsetSupportsLibraryMonitor(boolean supportsLibraryMonitor) voidsetSystemArchitecture(String systemArchitecture) voidsetTranscodingTempPath(String transcodingTempPath) voidsetVersion(String version) voidsetWebPath(String webPath) voidsetWebSocketPortNumber(int webSocketPortNumber)
-
Field Details
-
operatingSystemDisplayName
-
hasPendingRestart
public boolean hasPendingRestart -
isShuttingDown
public boolean isShuttingDown -
supportsLibraryMonitor
public boolean supportsLibraryMonitor -
webSocketPortNumber
public int webSocketPortNumber -
canSelfRestart
public boolean canSelfRestart -
canLaunchWebBrowser
public boolean canLaunchWebBrowser -
programDataPath
-
webPath
-
itemsByNamePath
-
cachePath
-
logPath
-
internalMetadataPath
-
transcodingTempPath
-
hasUpdateAvailable
public boolean hasUpdateAvailable -
encoderLocation
-
systemArchitecture
-
localAddress
-
serverName
-
version
-
operatingSystem
-
id
-
-
Constructor Details
-
JellyfinServerInfo
public JellyfinServerInfo()
-
-
Method Details
-
getOperatingSystemDisplayName
-
setOperatingSystemDisplayName
-
isHasPendingRestart
public boolean isHasPendingRestart() -
setHasPendingRestart
public void setHasPendingRestart(boolean hasPendingRestart) -
isIsShuttingDown
public boolean isIsShuttingDown() -
setIsShuttingDown
public void setIsShuttingDown(boolean isShuttingDown) -
isSupportsLibraryMonitor
public boolean isSupportsLibraryMonitor() -
setSupportsLibraryMonitor
public void setSupportsLibraryMonitor(boolean supportsLibraryMonitor) -
getWebSocketPortNumber
public int getWebSocketPortNumber() -
setWebSocketPortNumber
public void setWebSocketPortNumber(int webSocketPortNumber) -
isCanSelfRestart
public boolean isCanSelfRestart() -
setCanSelfRestart
public void setCanSelfRestart(boolean canSelfRestart) -
isCanLaunchWebBrowser
public boolean isCanLaunchWebBrowser() -
setCanLaunchWebBrowser
public void setCanLaunchWebBrowser(boolean canLaunchWebBrowser) -
getProgramDataPath
-
setProgramDataPath
-
getWebPath
-
setWebPath
-
getItemsByNamePath
-
setItemsByNamePath
-
getCachePath
-
setCachePath
-
getLogPath
-
setLogPath
-
getInternalMetadataPath
-
setInternalMetadataPath
-
getTranscodingTempPath
-
setTranscodingTempPath
-
isHasUpdateAvailable
public boolean isHasUpdateAvailable() -
setHasUpdateAvailable
public void setHasUpdateAvailable(boolean hasUpdateAvailable) -
getEncoderLocation
-
setEncoderLocation
-
getSystemArchitecture
-
setSystemArchitecture
-
getLocalAddress
-
setLocalAddress
-
getServerName
-
setServerName
-
getVersion
-
setVersion
-
getOperatingSystem
-
setOperatingSystem
-
getId
-
setId
-