public class VideoAsset extends Asset
Java class for VideoAsset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoAsset">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Asset">
<sequence>
<element name="SubType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ThumbnailImage" type="{https://bingads.microsoft.com/CampaignManagement/v13}ImageAsset" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
subType |
protected ImageAsset |
thumbnailImage |
| Constructor and Description |
|---|
VideoAsset() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubType()
Gets the value of the subType property.
|
ImageAsset |
getThumbnailImage()
Gets the value of the thumbnailImage property.
|
void |
setSubType(String value)
Sets the value of the subType property.
|
void |
setThumbnailImage(ImageAsset value)
Sets the value of the thumbnailImage property.
|
protected String subType
protected ImageAsset thumbnailImage
public String getSubType()
Stringpublic void setSubType(String value)
value - allowed object is
Stringpublic ImageAsset getThumbnailImage()
ImageAssetpublic void setThumbnailImage(ImageAsset value)
value - allowed object is
ImageAssetCopyright © 2024. All rights reserved.