/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.database.scheduled_stops/ScheduledStopDownloadHistoryEntity
ScheduledStopDownloadHistoryEntity
\ data class ScheduledStopDownloadHistoryEntity(val id: Long = 0, val cellCode: String, val downloadTime: Long, val hashCode2: Long)
Constructors
ScheduledStopDownloadHistoryEntity | constructor(id: Long = 0, cellCode: String, downloadTime: Long, hashCode2: Long) |
Properties
Name | Summary |
---|---|
cellCode | val cellCode: String |
downloadTime | val downloadTime: Long |
hashCode2 | val hashCode2: Long |
id | val id: Long = 0 |