Package com.restfb.types.send.airline
Class FlightInfo
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.send.airline.FlightInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionFlightInfo
(String connectionId, String segmentId, String flightNumber, FlightAirport departureAirport, FlightAirport arrivalAirport, FlightSchedule flightSchedule, String travelClass) -
Method Summary
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
FlightInfo
public FlightInfo(String connectionId, String segmentId, String flightNumber, FlightAirport departureAirport, FlightAirport arrivalAirport, FlightSchedule flightSchedule, String travelClass)
-
-
Method Details
-
getConnectionId
-
getSegmentId
-
getFlightNumber
-
getAircraftType
-
setAircraftType
-
getDepartureAirport
-
getArrivalAirport
-
getFlightSchedule
-
getTravelClass
-