|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.Selector
public class Selector
A generic selector to specify the type of information to return.
| Constructor Summary | |
|---|---|
Selector()
|
|
Selector(String[] fields,
Predicate[] predicates,
DateRange dateRange,
OrderBy[] ordering,
Paging paging)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
DateRange |
getDateRange()
Gets the dateRange value for this Selector. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String[] |
getFields()
Gets the fields value for this Selector. |
String |
getFields(int i)
|
OrderBy[] |
getOrdering()
Gets the ordering value for this Selector. |
OrderBy |
getOrdering(int i)
|
Paging |
getPaging()
Gets the paging value for this Selector. |
Predicate[] |
getPredicates()
Gets the predicates value for this Selector. |
Predicate |
getPredicates(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setDateRange(DateRange dateRange)
Sets the dateRange value for this Selector. |
void |
setFields(int i,
String _value)
|
void |
setFields(String[] fields)
Sets the fields value for this Selector. |
void |
setOrdering(int i,
OrderBy _value)
|
void |
setOrdering(OrderBy[] ordering)
Sets the ordering value for this Selector. |
void |
setPaging(Paging paging)
Sets the paging value for this Selector. |
void |
setPredicates(int i,
Predicate _value)
|
void |
setPredicates(Predicate[] predicates)
Sets the predicates value for this Selector. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Selector()
public Selector(String[] fields,
Predicate[] predicates,
DateRange dateRange,
OrderBy[] ordering,
Paging paging)
| Method Detail |
|---|
public String[] getFields()
Campaign
reference page.
This field
must contain distinct elements.
This field
must not contain null elements.
This field is required
and should not be null.public void setFields(String[] fields)
fields - * List of fields to select. Possible values are marked Selectable
on the
entity's reference page. For example, for the CampaignService
selector, refer
to the selectable fields from the Campaign
reference page.
This field
must contain distinct elements.
This field
must not contain null elements.
This field is required
and should not be null.public String getFields(int i)
public void setFields(int i,
String _value)
public Predicate[] getPredicates()
null elements.public void setPredicates(Predicate[] predicates)
predicates - * Specifies how an entity (eg. adgroup, campaign, criterion,
ad) should be filtered.
This field
must not contain null elements.public Predicate getPredicates(int i)
public void setPredicates(int i,
Predicate _value)
public DateRange getDateRange()
public void setDateRange(DateRange dateRange)
dateRange - * Range of dates for which you want to include data. If this
value is omitted,
results for all dates are returned.
This
range must be contained within the range [19700101, 20380101].public OrderBy[] getOrdering()
public void setOrdering(OrderBy[] ordering)
ordering - * The fields on which you want to sort, and the sort order. The
order in the list is
significant: The first element in the list indicates
the primary sort order, the next
specifies the secondary sort order and so on.public OrderBy getOrdering(int i)
public void setOrdering(int i,
OrderBy _value)
public Paging getPaging()
public void setPaging(Paging paging)
paging - * Pagination information.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||