public abstract class BaseImageCreative extends HasDestinationUrlCreative
Java class for BaseImageCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseImageCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201805}HasDestinationUrlCreative">
<sequence>
<element name="overrideSize" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="primaryImageAsset" type="{https://www.google.com/apis/ads/publisher/v201805}CreativeAsset" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
overrideSize |
protected CreativeAsset |
primaryImageAsset |
destinationUrl, destinationUrlTypeadvertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
BaseImageCreative() |
| Modifier and Type | Method and Description |
|---|---|
CreativeAsset |
getPrimaryImageAsset()
Gets the value of the primaryImageAsset property.
|
Boolean |
isOverrideSize()
Gets the value of the overrideSize property.
|
void |
setOverrideSize(Boolean value)
Sets the value of the overrideSize property.
|
void |
setPrimaryImageAsset(CreativeAsset value)
Sets the value of the primaryImageAsset property.
|
getDestinationUrl, getDestinationUrlType, setDestinationUrl, setDestinationUrlTypegetAdvertiserId, getAppliedLabels, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizeprotected Boolean overrideSize
protected CreativeAsset primaryImageAsset
public Boolean isOverrideSize()
Booleanpublic void setOverrideSize(Boolean value)
value - allowed object is
Booleanpublic CreativeAsset getPrimaryImageAsset()
CreativeAssetpublic void setPrimaryImageAsset(CreativeAsset value)
value - allowed object is
CreativeAssetCopyright © 2018. All Rights Reserved.