Class JellyfinServerInfo

java.lang.Object
com.lariflix.jemm.dtos.JellyfinServerInfo

public class JellyfinServerInfo extends Object
  • Field Details

    • operatingSystemDisplayName

      public String 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

      public String programDataPath
    • webPath

      public String webPath
    • itemsByNamePath

      public String itemsByNamePath
    • cachePath

      public String cachePath
    • logPath

      public String logPath
    • internalMetadataPath

      public String internalMetadataPath
    • transcodingTempPath

      public String transcodingTempPath
    • hasUpdateAvailable

      public boolean hasUpdateAvailable
    • encoderLocation

      public String encoderLocation
    • systemArchitecture

      public String systemArchitecture
    • localAddress

      public String localAddress
    • serverName

      public String serverName
    • version

      public String version
    • operatingSystem

      public String operatingSystem
    • id

      public String id
  • Constructor Details

    • JellyfinServerInfo

      public JellyfinServerInfo()
  • Method Details

    • getOperatingSystemDisplayName

      public String getOperatingSystemDisplayName()
    • setOperatingSystemDisplayName

      public void setOperatingSystemDisplayName(String operatingSystemDisplayName)
    • 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

      public String getProgramDataPath()
    • setProgramDataPath

      public void setProgramDataPath(String programDataPath)
    • getWebPath

      public String getWebPath()
    • setWebPath

      public void setWebPath(String webPath)
    • getItemsByNamePath

      public String getItemsByNamePath()
    • setItemsByNamePath

      public void setItemsByNamePath(String itemsByNamePath)
    • getCachePath

      public String getCachePath()
    • setCachePath

      public void setCachePath(String cachePath)
    • getLogPath

      public String getLogPath()
    • setLogPath

      public void setLogPath(String logPath)
    • getInternalMetadataPath

      public String getInternalMetadataPath()
    • setInternalMetadataPath

      public void setInternalMetadataPath(String internalMetadataPath)
    • getTranscodingTempPath

      public String getTranscodingTempPath()
    • setTranscodingTempPath

      public void setTranscodingTempPath(String transcodingTempPath)
    • isHasUpdateAvailable

      public boolean isHasUpdateAvailable()
    • setHasUpdateAvailable

      public void setHasUpdateAvailable(boolean hasUpdateAvailable)
    • getEncoderLocation

      public String getEncoderLocation()
    • setEncoderLocation

      public void setEncoderLocation(String encoderLocation)
    • getSystemArchitecture

      public String getSystemArchitecture()
    • setSystemArchitecture

      public void setSystemArchitecture(String systemArchitecture)
    • getLocalAddress

      public String getLocalAddress()
    • setLocalAddress

      public void setLocalAddress(String localAddress)
    • getServerName

      public String getServerName()
    • setServerName

      public void setServerName(String serverName)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getOperatingSystem

      public String getOperatingSystem()
    • setOperatingSystem

      public void setOperatingSystem(String operatingSystem)
    • getId

      public String getId()
    • setId

      public void setId(String id)