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

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.Page
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdExtensionOverridePage, AdGroupAdPage, AdGroupCriterionPage, AdGroupPage, CampaignAdExtensionPage, CampaignCriterionPage, CampaignPage, CampaignTargetPage, ExperimentPage, NoStatsPage, NoStatsPage, UserListPage

public abstract class Page
extends Object
implements Serializable

Contains the results from a get call.

See Also:
Serialized Form

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

Constructor Detail

Page

public Page()

Page

public Page(Integer totalNumEntries,
            String pageType)
Method Detail

getTotalNumEntries

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

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

setTotalNumEntries

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

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

getPageType

public String getPageType()
Gets the pageType value for this Page.

Returns:
pageType * Indicates that this instance is a subtype of Page. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

setPageType

public void setPageType(String pageType)
Sets the pageType value for this Page.

Parameters:
pageType - * Indicates that this instance is a subtype of Page. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

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.