|
||||||||||
| 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.Paging
public class Paging
Specifies the page of results to return in the response. A page is specified by the result position to start at and the maximum number of results to return.
| Constructor Summary | |
|---|---|
Paging()
|
|
Paging(Integer startIndex,
Integer numberResults)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Integer |
getNumberResults()
Gets the numberResults value for this Paging. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
Integer |
getStartIndex()
Gets the startIndex value for this Paging. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setNumberResults(Integer numberResults)
Sets the numberResults value for this Paging. |
void |
setStartIndex(Integer startIndex)
Sets the startIndex value for this Paging. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Paging()
public Paging(Integer startIndex,
Integer numberResults)
| Method Detail |
|---|
public Integer getStartIndex()
public void setStartIndex(Integer startIndex)
startIndex - * Index of the first result to return in this page.
This field must be
greater than or equal to 0.public Integer getNumberResults()
public void setNumberResults(Integer numberResults)
numberResults - * Maximum number of results to return in this page. Set this
to a reasonable value to limit
the number of results returned per page.
This field must be
greater than or equal to 0.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 | |||||||||