public class AdGroupExtensionSetting extends Object
Java class for AdGroupExtensionSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdGroupExtensionSetting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="adGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="extensionType" type="{https://adwords.google.com/api/adwords/cm/v201809}Feed.Type" minOccurs="0"/>
<element name="extensionSetting" type="{https://adwords.google.com/api/adwords/cm/v201809}ExtensionSetting" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected ExtensionSetting |
extensionSetting |
protected FeedType |
extensionType |
| Constructor and Description |
|---|
AdGroupExtensionSetting() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
ExtensionSetting |
getExtensionSetting()
Gets the value of the extensionSetting property.
|
FeedType |
getExtensionType()
Gets the value of the extensionType property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setExtensionSetting(ExtensionSetting value)
Sets the value of the extensionSetting property.
|
void |
setExtensionType(FeedType value)
Sets the value of the extensionType property.
|
protected Long adGroupId
protected FeedType extensionType
protected ExtensionSetting extensionSetting
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic FeedType getExtensionType()
FeedTypepublic void setExtensionType(FeedType value)
value - allowed object is
FeedTypepublic ExtensionSetting getExtensionSetting()
ExtensionSettingpublic void setExtensionSetting(ExtensionSetting value)
value - allowed object is
ExtensionSettingCopyright © 2023. All rights reserved.