Package com.restfb.types.ads
Class AdCreativePlaceData
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.AdCreativePlaceData
-
- All Implemented Interfaces:
Serializable
public class AdCreativePlaceData extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdCreativePlaceData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddressString()
String
getLabel()
Double
getLatitude()
String
getLocationSourceId()
Double
getLongitude()
String
getType()
void
setAddressString(String addressString)
void
setLabel(String label)
void
setLatitude(Double latitude)
void
setLocationSourceId(String locationSourceId)
void
setLongitude(Double longitude)
void
setType(String type)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdCreativePlaceData
public AdCreativePlaceData()
-
-
Method Detail
-
getAddressString
public String getAddressString()
-
setAddressString
public void setAddressString(String addressString)
-
getLatitude
public Double getLatitude()
-
setLatitude
public void setLatitude(Double latitude)
-
getLocationSourceId
public String getLocationSourceId()
-
setLocationSourceId
public void setLocationSourceId(String locationSourceId)
-
getLongitude
public Double getLongitude()
-
setLongitude
public void setLongitude(Double longitude)
-
-