|
||||||||||
| 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.ReportDefinitionSelector
public class ReportDefinitionSelector
A selector used to specify which report definitions should be returned.
| Constructor Summary | |
|---|---|
ReportDefinitionSelector()
|
|
ReportDefinitionSelector(long[] definitionIds,
Paging paging)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
long[] |
getDefinitionIds()
Gets the definitionIds value for this ReportDefinitionSelector. |
long |
getDefinitionIds(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Paging |
getPaging()
Gets the paging value for this ReportDefinitionSelector. |
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 |
setDefinitionIds(int i,
long _value)
|
void |
setDefinitionIds(long[] definitionIds)
Sets the definitionIds value for this ReportDefinitionSelector. |
void |
setPaging(Paging paging)
Sets the paging value for this ReportDefinitionSelector. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportDefinitionSelector()
public ReportDefinitionSelector(long[] definitionIds,
Paging paging)
| Method Detail |
|---|
public long[] getDefinitionIds()
ReportDefinitionService#get(ReportDefinitionSelector)
will return the most recent report definitions up to a certain limit.
This field must contain
distinct elements.
This field
must not contain null elements.public void setDefinitionIds(long[] definitionIds)
definitionIds - * The list of report definition ids to be selected. If this list
is not set,
a call to ReportDefinitionService#get(ReportDefinitionSelector)
will return the most recent report definitions up to a certain limit.
This field must contain
distinct elements.
This field
must not contain null elements.public long getDefinitionIds(int i)
public void setDefinitionIds(int i,
long _value)
public Paging getPaging()
public void setPaging(Paging paging)
paging - 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 | |||||||||