public class TripOptionsRequest
extends org.mule.modules.google.api.model.BaseWrapper<com.google.api.services.qpxExpress.model.TripOptionsRequest>
Constructor and Description |
---|
TripOptionsRequest() |
TripOptionsRequest(com.google.api.services.qpxExpress.model.TripOptionsRequest wrapped) |
Modifier and Type | Method and Description |
---|---|
String |
getMaxPrice() |
PassengerCounts |
getPassengers() |
Boolean |
getRefundable() |
String |
getSaleCountry() |
List<SliceInput> |
getSlice() |
Integer |
getSolutions() |
String |
getTicketingCountry() |
void |
setMaxPrice(String maxPrice) |
void |
setPassengers(PassengerCounts passengers) |
void |
setRefundable(Boolean refundable) |
void |
setSaleCountry(String saleCountry) |
void |
setSlice(List<SliceInput> slice) |
void |
setSolutions(Integer solutions) |
void |
setTicketingCountry(String ticketingCountry) |
public TripOptionsRequest()
public TripOptionsRequest(com.google.api.services.qpxExpress.model.TripOptionsRequest wrapped)
public String getMaxPrice()
public void setMaxPrice(String maxPrice)
public PassengerCounts getPassengers()
public void setPassengers(PassengerCounts passengers)
public Boolean getRefundable()
public void setRefundable(Boolean refundable)
public String getSaleCountry()
public void setSaleCountry(String saleCountry)
public List<SliceInput> getSlice()
public void setSlice(List<SliceInput> slice)
public Integer getSolutions()
public void setSolutions(Integer solutions)
public String getTicketingCountry()
public void setTicketingCountry(String ticketingCountry)
Copyright © 2010–2017. All rights reserved.