Package com.restfb.types.ads
Class AdCreativePhotoData
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.AdCreativePhotoData
-
- All Implemented Interfaces:
Serializable
public class AdCreativePhotoData extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdCreativePhotoData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBrandedContentSponsorPageId()
String
getCaption()
String
getMImageHash()
String
getUrl()
void
setBrandedContentSponsorPageId(String brandedContentSponsorPageId)
void
setCaption(String caption)
void
setMImageHash(String mImageHash)
void
setUrl(String url)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdCreativePhotoData
public AdCreativePhotoData()
-
-
Method Detail
-
getBrandedContentSponsorPageId
public String getBrandedContentSponsorPageId()
-
setBrandedContentSponsorPageId
public void setBrandedContentSponsorPageId(String brandedContentSponsorPageId)
-
getCaption
public String getCaption()
-
setCaption
public void setCaption(String caption)
-
getMImageHash
public String getMImageHash()
-
setMImageHash
public void setMImageHash(String mImageHash)
-
-