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

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.CriterionBidLandscapePage
All Implemented Interfaces:
Serializable

public class CriterionBidLandscapePage
extends NoStatsPage
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
CriterionBidLandscapePage()
           
CriterionBidLandscapePage(Integer totalNumEntries, String pageType, CriterionBidLandscape[] entries)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 CriterionBidLandscape[] getEntries()
          Gets the entries value for this CriterionBidLandscapePage.
 CriterionBidLandscape 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(CriterionBidLandscape[] entries)
          Sets the entries value for this CriterionBidLandscapePage.
 void setEntries(int i, CriterionBidLandscape _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

CriterionBidLandscapePage

public CriterionBidLandscapePage()

CriterionBidLandscapePage

public CriterionBidLandscapePage(Integer totalNumEntries,
                                 String pageType,
                                 CriterionBidLandscape[] entries)
Method Detail

getEntries

public CriterionBidLandscape[] getEntries()
Gets the entries value for this CriterionBidLandscapePage.

Returns:
entries * The result entries in this page.

setEntries

public void setEntries(CriterionBidLandscape[] entries)
Sets the entries value for this CriterionBidLandscapePage.

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

getEntries

public CriterionBidLandscape getEntries(int i)

setEntries

public void setEntries(int i,
                       CriterionBidLandscape _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.