public class ImageRedirectCreative extends BaseImageRedirectCreative
Creative that loads an image asset from a specified URL.
Java class for ImageRedirectCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageRedirectCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201802}BaseImageRedirectCreative">
<sequence>
<element name="altText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="thirdPartyImpressionUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
altText |
protected String |
thirdPartyImpressionUrl |
imageUrldestinationUrl, destinationUrlTypeadvertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
ImageRedirectCreative() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAltText()
Gets the value of the altText property.
|
String |
getThirdPartyImpressionUrl()
Gets the value of the thirdPartyImpressionUrl property.
|
void |
setAltText(String value)
Sets the value of the altText property.
|
void |
setThirdPartyImpressionUrl(String value)
Sets the value of the thirdPartyImpressionUrl property.
|
getImageUrl, setImageUrlgetDestinationUrl, getDestinationUrlType, setDestinationUrl, setDestinationUrlTypegetAdvertiserId, getAppliedLabels, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizeprotected String altText
protected String thirdPartyImpressionUrl
public String getAltText()
Stringpublic void setAltText(String value)
value - allowed object is
Stringpublic String getThirdPartyImpressionUrl()
StringCopyright © 2018. All Rights Reserved.