open class LongDistanceEVRoutingResponse : ServiceBaseResponse, Serializable
Represents a response from the Long Distance EV Routing Service.
LongDistanceEVRoutingResponse() LongDistanceEVRoutingResponse(routes: MutableList<NativeFullRoute!>!, report: NativeReport!) |
open fun getReport(): Optional<NativeReport!>!
Returns a report with effective parameters or data used. |
|
open fun getRoutes(): MutableList<NativeFullRoute!>!
Returns a list of routes found. |
|
open fun getVersion(): String!
Returns a service version. |
|
open fun setRoutes(routes: Array<NativeFullRoute!>!): Unit |
|
open fun toString(): String |