ORS Android Client
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ORS Android Client
ORS Android Client
/
org.nitri.ors.domain.optimization
/
ComputingTimes
Computing
Times
@
Serializable
data
class
ComputingTimes
(
val
loading
:
Int
?
=
null
,
val
solving
:
Int
?
=
null
,
val
routing
:
Int
?
=
null
)
Members
Constructors
Computing
Times
Link copied to clipboard
constructor
(
loading
:
Int
?
=
null
,
solving
:
Int
?
=
null
,
routing
:
Int
?
=
null
)
Properties
loading
Link copied to clipboard
val
loading
:
Int
?
=
null
routing
Link copied to clipboard
val
routing
:
Int
?
=
null
solving
Link copied to clipboard
val
solving
:
Int
?
=
null