Package com.restfb.types.send.airline
Class PassengerSegmentInfo
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.send.airline.PassengerSegmentInfo
- All Implemented Interfaces:
Serializable
public class PassengerSegmentInfo extends AbstractFacebookType
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PassengerSegmentInfo(String segmentId, String passengerId, String seat, String seatType)
-
Method Summary
Modifier and Type Method Description boolean
addProductInfo(ProductInfo productInfo)
String
getPassengerId()
List<ProductInfo>
getProductInfoList()
String
getSeat()
String
getSeatType()
String
getSegmentId()
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
PassengerSegmentInfo
-
-
Method Details
-
addProductInfo
-
getSegmentId
-
getPassengerId
-
getSeat
-
getSeatType
-
getProductInfoList
-