Package com.restfb.types.send.airline
Class PriceInfo
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.airline.PriceInfo
-
- All Implemented Interfaces:
Serializable
public class PriceInfo extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getAmount()
String
getCurrency()
String
getTitle()
void
setCurrency(String currency)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Method Detail
-
getAmount
public double getAmount()
-
getCurrency
public String getCurrency()
-
setCurrency
public void setCurrency(String currency)
-
-