Package com.restfb.types.ads
Class AdAssetFeedSpecVideo
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.AdAssetFeedSpecVideo
-
- All Implemented Interfaces:
Serializable
public class AdAssetFeedSpecVideo extends BaseAdsObject
Represents the Ad Asset Feed Spec Video Type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdAssetFeedSpecVideo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AdAssetFeedSpecAssetLabel>
getAdlabels()
List<String>
getCaptionIds()
String
getThumbnailHash()
String
getThumbnailUrl()
String
getUrlTags()
String
getVideoId()
void
setAdlabels(List<AdAssetFeedSpecAssetLabel> adlabels)
void
setCaptionIds(List<String> captionIds)
void
setThumbnailHash(String thumbnailHash)
void
setThumbnailUrl(String thumbnailUrl)
void
setUrlTags(String urlTags)
void
setVideoId(String videoId)
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdAssetFeedSpecVideo
public AdAssetFeedSpecVideo()
-
-
Method Detail
-
getAdlabels
public List<AdAssetFeedSpecAssetLabel> getAdlabels()
-
setAdlabels
public void setAdlabels(List<AdAssetFeedSpecAssetLabel> adlabels)
-
getCaptionIds
public List<String> getCaptionIds()
-
setCaptionIds
public void setCaptionIds(List<String> captionIds)
-
getThumbnailHash
public String getThumbnailHash()
-
setThumbnailHash
public void setThumbnailHash(String thumbnailHash)
-
getThumbnailUrl
public String getThumbnailUrl()
-
setThumbnailUrl
public void setThumbnailUrl(String thumbnailUrl)
-
getUrlTags
public String getUrlTags()
-
setUrlTags
public void setUrlTags(String urlTags)
-
getVideoId
public String getVideoId()
-
setVideoId
public void setVideoId(String videoId)
-
-