com.google.api.ads.adwords.v201109.cm
Class Paging

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.Paging
All Implemented Interfaces:
Serializable

public class Paging
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

Paging

public Paging()

Paging

public Paging(Integer startIndex,
              Integer numberResults)
Method Detail

getStartIndex

public Integer getStartIndex()
Gets the startIndex value for this Paging.

Returns:
startIndex * Index of the first result to return in this page. This field must be greater than or equal to 0.

setStartIndex

public void setStartIndex(Integer startIndex)
Sets the startIndex value for this Paging.

Parameters:
startIndex - * Index of the first result to return in this page. This field must be greater than or equal to 0.

getNumberResults

public Integer getNumberResults()
Gets the numberResults value for this Paging.

Returns:
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.

setNumberResults

public void setNumberResults(Integer numberResults)
Sets the numberResults value for this Paging.

Parameters:
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.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.