/tripkit/CommonCoreLegacy/com.skedgo.tripkit.common.model.realtimealert/RealtimeAlert

RealtimeAlert

@Value.Immutable

@Gson.TypeAdapters

abstract class RealtimeAlert : Parcelable

See also

RealtimeAlert (https://github.com/skedgo/skedgo-java/blob/production/RealTime/src/main/java/com/buzzhives/Realtime/RealtimeAlert.java)

Constructors

RealtimeAlert constructor()

Types

Name Summary
Companion object Companion

Functions

Name Summary
alertAction @SerializedName(value = "action")
abstract fun alertAction(): AlertAction?
describeContents open override fun describeContents(): Int
fromDate @Value.Default
open fun fromDate(): Long
lastUpdated @Value.Default
open fun lastUpdated(): Long
location abstract fun location(): Location?
remoteHashCode @SerializedName(value = "hashCode")
abstract fun remoteHashCode(): Long
remoteIcon abstract fun remoteIcon(): String?
severity abstract fun severity(): String?
text abstract fun text(): String?
title abstract fun title(): String?
url abstract fun url(): String?
writeToParcel open override fun writeToParcel(out: Parcel, flags: Int)