public class Selector extends Object
Java class for Selector complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Selector"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> <element name="predicates" type="{https://adwords.google.com/api/adwords/cm/v201710}Predicate" maxOccurs="unbounded" minOccurs="0"/> <element name="dateRange" type="{https://adwords.google.com/api/adwords/cm/v201710}DateRange" minOccurs="0"/> <element name="ordering" type="{https://adwords.google.com/api/adwords/cm/v201710}OrderBy" maxOccurs="unbounded" minOccurs="0"/> <element name="paging" type="{https://adwords.google.com/api/adwords/cm/v201710}Paging" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DateRange |
dateRange |
protected List<String> |
fields |
protected List<OrderBy> |
ordering |
protected Paging |
paging |
protected List<Predicate> |
predicates |
Constructor and Description |
---|
Selector() |
Modifier and Type | Method and Description |
---|---|
DateRange |
getDateRange()
Gets the value of the dateRange property.
|
List<String> |
getFields()
Gets the value of the fields property.
|
List<OrderBy> |
getOrdering()
Gets the value of the ordering property.
|
Paging |
getPaging()
Gets the value of the paging property.
|
List<Predicate> |
getPredicates()
Gets the value of the predicates property.
|
void |
setDateRange(DateRange value)
Sets the value of the dateRange property.
|
void |
setPaging(Paging value)
Sets the value of the paging property.
|
public List<String> getFields()
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 fields property.
For example, to add a new item, do as follows:
getFields().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<Predicate> getPredicates()
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 predicates property.
For example, to add a new item, do as follows:
getPredicates().add(newItem);
Objects of the following type(s) are allowed in the list
Predicate
public DateRange getDateRange()
DateRange
public void setDateRange(DateRange value)
value
- allowed object is
DateRange
public List<OrderBy> getOrdering()
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 ordering property.
For example, to add a new item, do as follows:
getOrdering().add(newItem);
Objects of the following type(s) are allowed in the list
OrderBy
public Paging getPaging()
Paging
Copyright © 2018. All Rights Reserved.