public class CampaignChangeData extends Object
Java class for CampaignChangeData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignChangeData">
<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="campaignChangeStatus" type="{https://adwords.google.com/api/adwords/ch/v201809}ChangeStatus" minOccurs="0"/>
<element name="changedAdGroups" type="{https://adwords.google.com/api/adwords/ch/v201809}AdGroupChangeData" maxOccurs="unbounded" minOccurs="0"/>
<element name="addedCampaignCriteria" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="removedCampaignCriteria" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="changedFeeds" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="removedFeeds" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
addedCampaignCriteria |
protected ChangeStatus |
campaignChangeStatus |
protected Long |
campaignId |
protected List<AdGroupChangeData> |
changedAdGroups |
protected List<Long> |
changedFeeds |
protected List<Long> |
removedCampaignCriteria |
protected List<Long> |
removedFeeds |
| Constructor and Description |
|---|
CampaignChangeData() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getAddedCampaignCriteria()
Gets the value of the addedCampaignCriteria property.
|
ChangeStatus |
getCampaignChangeStatus()
Gets the value of the campaignChangeStatus property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
List<AdGroupChangeData> |
getChangedAdGroups()
Gets the value of the changedAdGroups property.
|
List<Long> |
getChangedFeeds()
Gets the value of the changedFeeds property.
|
List<Long> |
getRemovedCampaignCriteria()
Gets the value of the removedCampaignCriteria property.
|
List<Long> |
getRemovedFeeds()
Gets the value of the removedFeeds property.
|
void |
setCampaignChangeStatus(ChangeStatus value)
Sets the value of the campaignChangeStatus property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
protected Long campaignId
protected ChangeStatus campaignChangeStatus
protected List<AdGroupChangeData> changedAdGroups
public Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic ChangeStatus getCampaignChangeStatus()
ChangeStatuspublic void setCampaignChangeStatus(ChangeStatus value)
value - allowed object is
ChangeStatuspublic List<AdGroupChangeData> getChangedAdGroups()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the changedAdGroups property.
For example, to add a new item, do as follows:
getChangedAdGroups().add(newItem);
Objects of the following type(s) are allowed in the list
AdGroupChangeData
public List<Long> getAddedCampaignCriteria()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the addedCampaignCriteria property.
For example, to add a new item, do as follows:
getAddedCampaignCriteria().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getRemovedCampaignCriteria()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the removedCampaignCriteria property.
For example, to add a new item, do as follows:
getRemovedCampaignCriteria().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getChangedFeeds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the changedFeeds property.
For example, to add a new item, do as follows:
getChangedFeeds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getRemovedFeeds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the removedFeeds property.
For example, to add a new item, do as follows:
getRemovedFeeds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2023. All rights reserved.