@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-10T00:00:58.629+01:00") public class InlineResponse2002Data extends Object
| Constructor and Description |
|---|
InlineResponse2002Data() |
public InlineResponse2002Data dropoffLocation(Location dropoffLocation)
public Location getDropoffLocation()
public void setDropoffLocation(Location dropoffLocation)
public InlineResponse2002Data pickupLocation(Location pickupLocation)
public Location getPickupLocation()
public void setPickupLocation(Location pickupLocation)
public InlineResponse2002Data totalDistance(Double totalDistance)
public Double getTotalDistance()
public void setTotalDistance(Double totalDistance)
public InlineResponse2002Data totalDuration(Double totalDuration)
public Double getTotalDuration()
public void setTotalDuration(Double totalDuration)
public InlineResponse2002Data totalFare(Double totalFare)
public Double getTotalFare()
public void setTotalFare(Double totalFare)
public InlineResponse2002Data duration(Double duration)
public Double getDuration()
public void setDuration(Double duration)
public InlineResponse2002Data realCost(Double realCost)
public Double getRealCost()
public void setRealCost(Double realCost)
public InlineResponse2002Data totalPayment(Double totalPayment)
public Double getTotalPayment()
public void setTotalPayment(Double totalPayment)
public InlineResponse2002Data serviceFee(Double serviceFee)
public Double getServiceFee()
public void setServiceFee(Double serviceFee)
Copyright © 2017. All rights reserved.