public class AdGroupChangeData extends Object
Java class for AdGroupChangeData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdGroupChangeData">
<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="adGroupChangeStatus" type="{https://adwords.google.com/api/adwords/ch/v201809}ChangeStatus" minOccurs="0"/>
<element name="changedAds" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="changedCriteria" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="removedCriteria" 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"/>
<element name="changedAdGroupBidModifierCriteria" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="removedAdGroupBidModifierCriteria" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChangeStatus |
adGroupChangeStatus |
protected Long |
adGroupId |
protected List<Long> |
changedAdGroupBidModifierCriteria |
protected List<Long> |
changedAds |
protected List<Long> |
changedCriteria |
protected List<Long> |
changedFeeds |
protected List<Long> |
removedAdGroupBidModifierCriteria |
protected List<Long> |
removedCriteria |
protected List<Long> |
removedFeeds |
| Constructor and Description |
|---|
AdGroupChangeData() |
| Modifier and Type | Method and Description |
|---|---|
ChangeStatus |
getAdGroupChangeStatus()
Gets the value of the adGroupChangeStatus property.
|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
List<Long> |
getChangedAdGroupBidModifierCriteria()
Gets the value of the changedAdGroupBidModifierCriteria property.
|
List<Long> |
getChangedAds()
Gets the value of the changedAds property.
|
List<Long> |
getChangedCriteria()
Gets the value of the changedCriteria property.
|
List<Long> |
getChangedFeeds()
Gets the value of the changedFeeds property.
|
List<Long> |
getRemovedAdGroupBidModifierCriteria()
Gets the value of the removedAdGroupBidModifierCriteria property.
|
List<Long> |
getRemovedCriteria()
Gets the value of the removedCriteria property.
|
List<Long> |
getRemovedFeeds()
Gets the value of the removedFeeds property.
|
void |
setAdGroupChangeStatus(ChangeStatus value)
Sets the value of the adGroupChangeStatus property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
protected Long adGroupId
protected ChangeStatus adGroupChangeStatus
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic ChangeStatus getAdGroupChangeStatus()
ChangeStatuspublic void setAdGroupChangeStatus(ChangeStatus value)
value - allowed object is
ChangeStatuspublic List<Long> getChangedAds()
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 changedAds property.
For example, to add a new item, do as follows:
getChangedAds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getChangedCriteria()
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 changedCriteria property.
For example, to add a new item, do as follows:
getChangedCriteria().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getRemovedCriteria()
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 removedCriteria property.
For example, to add a new item, do as follows:
getRemovedCriteria().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
public List<Long> getChangedAdGroupBidModifierCriteria()
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 changedAdGroupBidModifierCriteria property.
For example, to add a new item, do as follows:
getChangedAdGroupBidModifierCriteria().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getRemovedAdGroupBidModifierCriteria()
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 removedAdGroupBidModifierCriteria property.
For example, to add a new item, do as follows:
getRemovedAdGroupBidModifierCriteria().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2023. All rights reserved.