public class SwiffyFallbackAsset extends Object
Java class for SwiffyFallbackAsset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SwiffyFallbackAsset">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="asset" type="{https://www.google.com/apis/ads/publisher/v201802}CreativeAsset" minOccurs="0"/>
<element name="html5Features" type="{https://www.google.com/apis/ads/publisher/v201802}Html5Feature" maxOccurs="unbounded" minOccurs="0"/>
<element name="localizedInfoMessages" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CreativeAsset |
asset |
protected List<Html5Feature> |
html5Features |
protected List<String> |
localizedInfoMessages |
| Constructor and Description |
|---|
SwiffyFallbackAsset() |
| Modifier and Type | Method and Description |
|---|---|
CreativeAsset |
getAsset()
Gets the value of the asset property.
|
List<Html5Feature> |
getHtml5Features()
Gets the value of the html5Features property.
|
List<String> |
getLocalizedInfoMessages()
Gets the value of the localizedInfoMessages property.
|
void |
setAsset(CreativeAsset value)
Sets the value of the asset property.
|
protected CreativeAsset asset
protected List<Html5Feature> html5Features
public CreativeAsset getAsset()
CreativeAssetpublic void setAsset(CreativeAsset value)
value - allowed object is
CreativeAssetpublic List<Html5Feature> getHtml5Features()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the html5Features property.
For example, to add a new item, do as follows:
getHtml5Features().add(newItem);
Objects of the following type(s) are allowed in the list
Html5Feature
public List<String> getLocalizedInfoMessages()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the localizedInfoMessages property.
For example, to add a new item, do as follows:
getLocalizedInfoMessages().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All Rights Reserved.