Uses of Class
io.swagger.client.model.Distance
-
Packages that use Distance Package Description io.swagger.client.model -
-
Uses of Distance in io.swagger.client.model
Methods in io.swagger.client.model that return Distance Modifier and Type Method Description Distance
FlightInfo. getDistance()
Get distanceDistance
Distance. unit(String unit)
Distance
Distance. value(Integer value)
Methods in io.swagger.client.model with parameters of type Distance Modifier and Type Method Description FlightInfo
FlightInfo. distance(Distance distance)
void
FlightInfo. setDistance(Distance distance)
-