parser
Toggle table of contents
0.3-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
parser
parser
/
dev.hossain.timeline.model.edits
/
ProcessWindow
Process
Window
@
JsonClass
(
generateAdapter
=
true
)
data
class
ProcessWindow
(
@
Json
(
name
=
"startTime"
)
val
startTime
:
String
,
@
Json
(
name
=
"endTime"
)
val
endTime
:
String
)
Members
Constructors
Process
Window
Link copied to clipboard
constructor
(
@
Json
(
name
=
"startTime"
)
startTime
:
String
,
@
Json
(
name
=
"endTime"
)
endTime
:
String
)
Properties
end
Time
Link copied to clipboard
val
endTime
:
String
The end time of the processing window.
start
Time
Link copied to clipboard
val
startTime
:
String
The start time of the processing window.