public class CampaignExtensionSetting extends Object
Java class for CampaignExtensionSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignExtensionSetting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="campaignId" 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 |
campaignId |
protected ExtensionSetting |
extensionSetting |
protected FeedType |
extensionType |
| Constructor and Description |
|---|
CampaignExtensionSetting() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
ExtensionSetting |
getExtensionSetting()
Gets the value of the extensionSetting property.
|
FeedType |
getExtensionType()
Gets the value of the extensionType property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId 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 campaignId
protected FeedType extensionType
protected ExtensionSetting extensionSetting
public Long getCampaignId()
Longpublic void setCampaignId(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.