toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.stats
/
StatsVehicles
Stats
Vehicles
data
class
StatsVehicles
(
val
name
:
String
?
=
null
,
val
totalTimeSecond
:
Double
?
=
null
,
val
remainingTimeSecond
:
Double
?
=
null
)
:
Parcelable
Members
Constructors
Stats
Vehicles
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
totalTimeSecond
:
Double
?
=
null
,
remainingTimeSecond
:
Double
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
remaining
Time
Second
Link copied to clipboard
val
remainingTimeSecond
:
Double
?
=
null
total
Time
Second
Link copied to clipboard
val
totalTimeSecond
:
Double
?
=
null
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)