StatusID

data class StatusID(val value: Long)

Represents numerical status id.

Constructors

Link copied to clipboard
fun StatusID(value: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val epochTimeMillis: Long

Epoch time in milliseconds.

Link copied to clipboard
val value: Long

Original numerical status id.

Extensions

Link copied to clipboard
val StatusID.instant: Instant

New Instant instance with epoch time.