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

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

public class AdGroupBidLandscapePage
extends NoStatsPage
implements Serializable

Contains a subset of AdGroupBidLandscape objects resulting from the filtering and paging of com.google.ads.api.services.campaignmgmt.data.DataService#getAdGroupBidLandscape call.

See Also:
Serialized Form

Constructor Summary
AdGroupBidLandscapePage()
           
AdGroupBidLandscapePage(Integer totalNumEntries, String pageType, AdGroupBidLandscape[] entries)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 AdGroupBidLandscape[] getEntries()
          Gets the entries value for this AdGroupBidLandscapePage.
 AdGroupBidLandscape getEntries(int i)
           
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 setEntries(AdGroupBidLandscape[] entries)
          Sets the entries value for this AdGroupBidLandscapePage.
 void setEntries(int i, AdGroupBidLandscape _value)
           
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.Page
getPageType, getTotalNumEntries, setPageType, setTotalNumEntries
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdGroupBidLandscapePage

public AdGroupBidLandscapePage()

AdGroupBidLandscapePage

public AdGroupBidLandscapePage(Integer totalNumEntries,
                               String pageType,
                               AdGroupBidLandscape[] entries)
Method Detail

getEntries

public AdGroupBidLandscape[] getEntries()
Gets the entries value for this AdGroupBidLandscapePage.

Returns:
entries * The result entries in this page.

setEntries

public void setEntries(AdGroupBidLandscape[] entries)
Sets the entries value for this AdGroupBidLandscapePage.

Parameters:
entries - * The result entries in this page.

getEntries

public AdGroupBidLandscape getEntries(int i)

setEntries

public void setEntries(int i,
                       AdGroupBidLandscape _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class NoStatsPage

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.