Package com.restfb.types.ads
Class AdAssetFeedSpecImage
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.AdAssetFeedSpecImage
- All Implemented Interfaces:
Serializable
public class AdAssetFeedSpecImage extends BaseAdsObject
Represents the Ad
Asset Feed Spec Image Type.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AdAssetFeedSpecImage()
-
Method Summary
Modifier and Type Method Description List<AdAssetFeedSpecAssetLabel>
getAdlabels()
String
getHash()
AdsImageCrops
getMImageCrops()
String
getUrl()
String
getUrlTags()
void
setAdlabels(List<AdAssetFeedSpecAssetLabel> adlabels)
void
setHash(String hash)
void
setMImageCrops(AdsImageCrops mImageCrops)
void
setUrl(String url)
void
setUrlTags(String urlTags)
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AdAssetFeedSpecImage
public AdAssetFeedSpecImage()
-
-
Method Details
-
getAdlabels
-
setAdlabels
-
getHash
-
setHash
-
getMImageCrops
-
setMImageCrops
-
getUrl
-
setUrl
-
getUrlTags
-
setUrlTags
-