Package com.restfb.types.ads
Class DynamicPostChildAttachment
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.DynamicPostChildAttachment
-
- All Implemented Interfaces:
Serializable
public class DynamicPostChildAttachment extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DynamicPostChildAttachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getImageUrl()
String
getLink()
String
getPlaceId()
String
getProductId()
String
getTitle()
void
setDescription(String description)
void
setImageUrl(String imageUrl)
void
setLink(String link)
void
setPlaceId(String placeId)
void
setProductId(String productId)
void
setTitle(String title)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
DynamicPostChildAttachment
public DynamicPostChildAttachment()
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getImageUrl
public String getImageUrl()
-
setImageUrl
public void setImageUrl(String imageUrl)
-
getPlaceId
public String getPlaceId()
-
setPlaceId
public void setPlaceId(String placeId)
-
getProductId
public String getProductId()
-
setProductId
public void setProductId(String productId)
-
-