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
All Methods Instance Methods Concrete Methods 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 Detail
-
PassengerSegmentInfo
public PassengerSegmentInfo(String segmentId, String passengerId, String seat, String seatType)
-
-
Method Detail
-
addProductInfo
public boolean addProductInfo(ProductInfo productInfo)
-
getSegmentId
public String getSegmentId()
-
getPassengerId
public String getPassengerId()
-
getSeatType
public String getSeatType()
-
getProductInfoList
public List<ProductInfo> getProductInfoList()
-
-