TilesetVersion

Represents a tileset version with its release date and metadata. This class encapsulates information about a specific tileset version including its identifier, release date, and status flags. Version names follow the format YYYY_MM_DD-HH_MM_SS which allows for lexicographic sorting to determine the latest version.

Parameters

versionName

The version name string in format YYYY_MM_DD-HH_MM_SS

releaseDate

The release date parsed from the version name, or null if date is unknown

isLatest

Whether this is the latest available version

isBlocked

Whether this version is blocked and should not be used

See also

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.