/tripkit/TripKitData/com.skedgo.tripkit.data.database.timetables/ServiceAlertsEntity
ServiceAlertsEntity
\ data class ServiceAlertsEntity(val id: String, val serviceTripId: String, val title: String, val remoteHashCode: Long, val severity: String, val text: String? = null, val url: String? = null, val remoteIcon: String? = null, val location: AlertLocationEntity? = null, val lastUpdated: Long = -1, val fromDate: Long = -1, val action: AlertActionEntity? = null)
Constructors
| ServiceAlertsEntity | constructor(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? = null |
| fromDate | val fromDate: Long |
| id | val id: String |
| lastUpdated | val lastUpdated: Long |
| location | val location: AlertLocationEntity? = null |
| remoteHashCode | val remoteHashCode: Long |
| remoteIcon | val remoteIcon: String? = null |
| serviceTripId | val serviceTripId: String |
| severity | val severity: String |
| text | val text: String? = null |
| title | val title: String |
| url | val url: String? = null |