Class DatabaseUpdateState

  • All Implemented Interfaces:

    @Serializable() 
    public final class DatabaseUpdateState
    
                        

    Represents the state of a pending database update.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getDownloadedPath() The path to the downloaded audiopack file.
      final String getVersion() The version of the downloaded audiopack.
      final Long getDownloadTime() The timestamp when the audiopack was downloaded.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DatabaseUpdateState

        DatabaseUpdateState(String downloadedPath, String version, Long downloadTime)