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

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

public class AdParamPage
extends Object
implements Serializable

Represents a page of AdParams returned by the AdParamService.

See Also:
Serialized Form

Constructor Summary
AdParamPage()
           
AdParamPage(AdParam[] entries, Integer totalNumEntries)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 AdParam[] getEntries()
          Gets the entries value for this AdParamPage.
 AdParam getEntries(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Integer getTotalNumEntries()
          Gets the totalNumEntries value for this AdParamPage.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setEntries(AdParam[] entries)
          Sets the entries value for this AdParamPage.
 void setEntries(int i, AdParam _value)
           
 void setTotalNumEntries(Integer totalNumEntries)
          Sets the totalNumEntries value for this AdParamPage.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdParamPage

public AdParamPage()

AdParamPage

public AdParamPage(AdParam[] entries,
                   Integer totalNumEntries)
Method Detail

getEntries

public AdParam[] getEntries()
Gets the entries value for this AdParamPage.

Returns:
entries * The result entries in this page

setEntries

public void setEntries(AdParam[] entries)
Sets the entries value for this AdParamPage.

Parameters:
entries - * The result entries in this page

getEntries

public AdParam getEntries(int i)

setEntries

public void setEntries(int i,
                       AdParam _value)

getTotalNumEntries

public Integer getTotalNumEntries()
Gets the totalNumEntries value for this AdParamPage.

Returns:
totalNumEntries * Total number of entries in the result which this page is a part of.

setTotalNumEntries

public void setTotalNumEntries(Integer totalNumEntries)
Sets the totalNumEntries value for this AdParamPage.

Parameters:
totalNumEntries - * Total number of entries in the result which this page is a part of.

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.