public class DynamicSearchAdsSetting extends Setting
Java class for DynamicSearchAdsSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DynamicSearchAdsSetting">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Setting">
<sequence>
<element name="domainName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="languageCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="useSuppliedUrlsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="pageFeed" type="{https://adwords.google.com/api/adwords/cm/v201809}PageFeed" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
domainName |
protected String |
languageCode |
protected PageFeed |
pageFeed |
protected Boolean |
useSuppliedUrlsOnly |
settingType| Constructor and Description |
|---|
DynamicSearchAdsSetting() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomainName()
Gets the value of the domainName property.
|
String |
getLanguageCode()
Gets the value of the languageCode property.
|
PageFeed |
getPageFeed()
Gets the value of the pageFeed property.
|
Boolean |
isUseSuppliedUrlsOnly()
Gets the value of the useSuppliedUrlsOnly property.
|
void |
setDomainName(String value)
Sets the value of the domainName property.
|
void |
setLanguageCode(String value)
Sets the value of the languageCode property.
|
void |
setPageFeed(PageFeed value)
Sets the value of the pageFeed property.
|
void |
setUseSuppliedUrlsOnly(Boolean value)
Sets the value of the useSuppliedUrlsOnly property.
|
getSettingType, setSettingTypeprotected String domainName
protected String languageCode
protected Boolean useSuppliedUrlsOnly
protected PageFeed pageFeed
public String getDomainName()
Stringpublic void setDomainName(String value)
value - allowed object is
Stringpublic String getLanguageCode()
Stringpublic void setLanguageCode(String value)
value - allowed object is
Stringpublic Boolean isUseSuppliedUrlsOnly()
Booleanpublic void setUseSuppliedUrlsOnly(Boolean value)
value - allowed object is
Booleanpublic PageFeed getPageFeed()
PageFeedCopyright © 2023. All rights reserved.