Package com.iplateia.sorisdk
Class DatabaseUpdateState
-
- All Implemented Interfaces:
@Serializable() public final class DatabaseUpdateStateRepresents the state of a pending database update.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdownloadedPathprivate final Stringversionprivate final LongdownloadTime
-
Constructor Summary
Constructors Constructor Description DatabaseUpdateState(String downloadedPath, String version, Long downloadTime)
-
Method Summary
Modifier and Type Method Description final StringgetDownloadedPath()The path to the downloaded audiopack file. final StringgetVersion()The version of the downloaded audiopack. final LonggetDownloadTime()The timestamp when the audiopack was downloaded. -
-
Method Detail
-
getDownloadedPath
final String getDownloadedPath()
The path to the downloaded audiopack file.
-
getVersion
final String getVersion()
The version of the downloaded audiopack.
-
getDownloadTime
final Long getDownloadTime()
The timestamp when the audiopack was downloaded.
-
-
-
-