public class FeedChangeData extends Object
Java class for FeedChangeData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedChangeData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="feedId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="feedChangeStatus" type="{https://adwords.google.com/api/adwords/ch/v201809}ChangeStatus" minOccurs="0"/>
<element name="changedFeedItems" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="removedFeedItems" 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> |
changedFeedItems |
protected ChangeStatus |
feedChangeStatus |
protected Long |
feedId |
protected List<Long> |
removedFeedItems |
| Constructor and Description |
|---|
FeedChangeData() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getChangedFeedItems()
Gets the value of the changedFeedItems property.
|
ChangeStatus |
getFeedChangeStatus()
Gets the value of the feedChangeStatus property.
|
Long |
getFeedId()
Gets the value of the feedId property.
|
List<Long> |
getRemovedFeedItems()
Gets the value of the removedFeedItems property.
|
void |
setFeedChangeStatus(ChangeStatus value)
Sets the value of the feedChangeStatus property.
|
void |
setFeedId(Long value)
Sets the value of the feedId property.
|
protected Long feedId
protected ChangeStatus feedChangeStatus
public Long getFeedId()
Longpublic void setFeedId(Long value)
value - allowed object is
Longpublic ChangeStatus getFeedChangeStatus()
ChangeStatuspublic void setFeedChangeStatus(ChangeStatus value)
value - allowed object is
ChangeStatuspublic List<Long> getChangedFeedItems()
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 changedFeedItems property.
For example, to add a new item, do as follows:
getChangedFeedItems().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getRemovedFeedItems()
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 removedFeedItems property.
For example, to add a new item, do as follows:
getRemovedFeedItems().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2023. All rights reserved.