public class CustomerChangeData extends Object
Java class for CustomerChangeData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerChangeData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="changedCampaigns" type="{https://adwords.google.com/api/adwords/ch/v201809}CampaignChangeData" maxOccurs="unbounded" minOccurs="0"/>
<element name="changedFeeds" type="{https://adwords.google.com/api/adwords/ch/v201809}FeedChangeData" maxOccurs="unbounded" minOccurs="0"/>
<element name="lastChangeTimestamp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CampaignChangeData> |
changedCampaigns |
protected List<FeedChangeData> |
changedFeeds |
protected String |
lastChangeTimestamp |
| Constructor and Description |
|---|
CustomerChangeData() |
| Modifier and Type | Method and Description |
|---|---|
List<CampaignChangeData> |
getChangedCampaigns()
Gets the value of the changedCampaigns property.
|
List<FeedChangeData> |
getChangedFeeds()
Gets the value of the changedFeeds property.
|
String |
getLastChangeTimestamp()
Gets the value of the lastChangeTimestamp property.
|
void |
setLastChangeTimestamp(String value)
Sets the value of the lastChangeTimestamp property.
|
protected List<CampaignChangeData> changedCampaigns
protected List<FeedChangeData> changedFeeds
protected String lastChangeTimestamp
public List<CampaignChangeData> getChangedCampaigns()
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 changedCampaigns property.
For example, to add a new item, do as follows:
getChangedCampaigns().add(newItem);
Objects of the following type(s) are allowed in the list
CampaignChangeData
public List<FeedChangeData> 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
FeedChangeData
public String getLastChangeTimestamp()
StringCopyright © 2023. All rights reserved.