public class SegmentInfo
extends org.mule.modules.google.api.model.BaseWrapper<com.google.api.services.qpxExpress.model.SegmentInfo>
Constructor and Description |
---|
SegmentInfo() |
SegmentInfo(com.google.api.services.qpxExpress.model.SegmentInfo wrapped) |
Modifier and Type | Method and Description |
---|---|
String |
getBookingCode() |
Integer |
getBookingCodeCount() |
String |
getCabin() |
Integer |
getConnectionDuration() |
Integer |
getDuration() |
FlightInfo |
getFlight() |
String |
getId() |
String |
getKind() |
List<LegInfo> |
getLeg() |
String |
getMarriedSegmentGroup() |
Boolean |
getSubjectToGovernmentApproval() |
void |
setBookingCode(String bookingCode) |
void |
setBookingCodeCount(Integer bookingCodeCount) |
void |
setCabin(String cabin) |
void |
setConnectionDuration(Integer connectionDuration) |
void |
setDuration(Integer duration) |
void |
setFlight(FlightInfo flight) |
void |
setId(String id) |
void |
setKind(String kind) |
void |
setLeg(List<LegInfo> leg) |
void |
setMarriedSegmentGroup(String marriedSegmentGroup) |
void |
setSubjectToGovernmentApproval(Boolean subjectToGovernmentApproval) |
public SegmentInfo()
public SegmentInfo(com.google.api.services.qpxExpress.model.SegmentInfo wrapped)
public String getBookingCode()
public void setBookingCode(String bookingCode)
public Integer getBookingCodeCount()
public void setBookingCodeCount(Integer bookingCodeCount)
public String getCabin()
public void setCabin(String cabin)
public Integer getConnectionDuration()
public void setConnectionDuration(Integer connectionDuration)
public Integer getDuration()
public void setDuration(Integer duration)
public FlightInfo getFlight()
public void setFlight(FlightInfo flight)
public String getId()
public void setId(String id)
public String getKind()
public void setKind(String kind)
public String getMarriedSegmentGroup()
public void setMarriedSegmentGroup(String marriedSegmentGroup)
public Boolean getSubjectToGovernmentApproval()
public void setSubjectToGovernmentApproval(Boolean subjectToGovernmentApproval)
Copyright © 2010–2017. All rights reserved.