parser
Toggle table of contents
0.3-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
parser
parser
/
dev.hossain.timeline.model.semantic
/
ParkingEvent
/
ParkingEvent
Parking
Event
constructor
(
@
Json
(
name
=
"location"
)
location
:
Location
,
@
Json
(
name
=
"method"
)
method
:
ParkingMethod
,
@
Json
(
name
=
"locationSource"
)
locationSource
:
LocationSource
,
@
Json
(
name
=
"timestamp"
)
timestamp
:
ZonedDateTime
)