public class DeprecatedAd extends Ad
Java class for DeprecatedAd complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeprecatedAd">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Ad">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deprecatedAdType" type="{https://adwords.google.com/api/adwords/cm/v201809}DeprecatedAd.Type" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DeprecatedAdType |
deprecatedAdType |
protected String |
name |
adType, automated, devicePreference, displayUrl, finalAppUrls, finalMobileUrls, finalUrls, finalUrlSuffix, id, systemManagedEntitySource, trackingUrlTemplate, type, url, urlCustomParameters, urlData| Constructor and Description |
|---|
DeprecatedAd() |
| Modifier and Type | Method and Description |
|---|---|
DeprecatedAdType |
getDeprecatedAdType()
Gets the value of the deprecatedAdType property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDeprecatedAdType(DeprecatedAdType value)
Sets the value of the deprecatedAdType property.
|
void |
setName(String value)
Sets the value of the name property.
|
getAdType, getDevicePreference, getDisplayUrl, getFinalAppUrls, getFinalMobileUrls, getFinalUrls, getFinalUrlSuffix, getId, getSystemManagedEntitySource, getTrackingUrlTemplate, getType, getUrl, getUrlCustomParameters, getUrlData, isAutomated, setAdType, setAutomated, setDevicePreference, setDisplayUrl, setFinalUrlSuffix, setId, setSystemManagedEntitySource, setTrackingUrlTemplate, setType, setUrl, setUrlCustomParametersprotected String name
protected DeprecatedAdType deprecatedAdType
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic DeprecatedAdType getDeprecatedAdType()
DeprecatedAdTypepublic void setDeprecatedAdType(DeprecatedAdType value)
value - allowed object is
DeprecatedAdTypeCopyright © 2023. All rights reserved.