tripkit-android / com.skedgo.tripkit.data.database.timetables / ServiceAlertsEntity
ServiceAlertsEntity
data class ServiceAlertsEntity
Constructors
Name | Summary |
---|---|
<init> | ServiceAlertsEntity(id: String , serviceTripId: String , title: String , remoteHashCode: Long , severity: String , text: String ? = null, url: String ? = null, remoteIcon: String ? = null, location: AlertLocationEntity ? = null, lastUpdated: Long = -1, fromDate: Long = -1, action: AlertActionEntity ? = null) |
Properties
Name | Summary |
---|---|
action | val action: AlertActionEntity ? |
fromDate | val fromDate: Long |
id | val id: String |
lastUpdated | val lastUpdated: Long |
location | val location: AlertLocationEntity ? |
remoteHashCode | val remoteHashCode: Long |
remoteIcon | val remoteIcon: String ? |
serviceTripId | val serviceTripId: String |
severity | val severity: String |
text | val text: String ? |
title | val title: String |
url | val url: String ? |