/tripkit/TripKitAndroidUIDomain/com.skedgo.tripkit.model/ViewTrip
ViewTrip
\ data class ViewTrip(val query: Query, val tripGroupUUID: String, val displayTripID: Long, val sortOrder: Int) : Parcelable
Constructors
| ViewTrip | constructor(query: Query, tripGroupUUID: String, displayTripID: Long, sortOrder: Int) |
Properties
| Name | Summary |
|---|---|
| displayTripID | val displayTripID: Long |
| query | val query: Query |
| sortOrder | val sortOrder: Int |
| tripGroupUUID | val tripGroupUUID: String |
Functions
| Name | Summary |
|---|---|
| describeContents | abstract fun describeContents(): Int |
| query | fun query(): Query |
| shouldCheckForOutdated | fun shouldCheckForOutdated(): Boolean |
| sortOrder | fun sortOrder(): Int |
| tripGroupUUID | fun tripGroupUUID(): String |
| writeToParcel | abstract fun writeToParcel(p0: Parcel, p1: Int) |