public class CustomerSyncSelector extends Object
Java class for CustomerSyncSelector complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerSyncSelector">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dateTimeRange" type="{https://adwords.google.com/api/adwords/cm/v201809}DateTimeRange" minOccurs="0"/>
<element name="campaignIds" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="feedIds" 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> |
campaignIds |
protected DateTimeRange |
dateTimeRange |
protected List<Long> |
feedIds |
| Constructor and Description |
|---|
CustomerSyncSelector() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getCampaignIds()
Gets the value of the campaignIds property.
|
DateTimeRange |
getDateTimeRange()
Gets the value of the dateTimeRange property.
|
List<Long> |
getFeedIds()
Gets the value of the feedIds property.
|
void |
setDateTimeRange(DateTimeRange value)
Sets the value of the dateTimeRange property.
|
protected DateTimeRange dateTimeRange
public DateTimeRange getDateTimeRange()
DateTimeRangepublic void setDateTimeRange(DateTimeRange value)
value - allowed object is
DateTimeRangepublic List<Long> getCampaignIds()
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 campaignIds property.
For example, to add a new item, do as follows:
getCampaignIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getFeedIds()
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 feedIds property.
For example, to add a new item, do as follows:
getFeedIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2023. All rights reserved.