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

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

public class CampaignTargetPage
extends Page
implements Serializable

Contains a subset of campaign targets resulting from the filtering and paging of the CampaignTargetService#get call.

See Also:
Serialized Form

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

CampaignTargetPage

public CampaignTargetPage()

CampaignTargetPage

public CampaignTargetPage(Integer totalNumEntries,
                          String pageType,
                          TargetList[] entries)
Method Detail

getEntries

public TargetList[] getEntries()
Gets the entries value for this CampaignTargetPage.

Returns:
entries * The result entries in this page.

setEntries

public void setEntries(TargetList[] entries)
Sets the entries value for this CampaignTargetPage.

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

getEntries

public TargetList getEntries(int i)

setEntries

public void setEntries(int i,
                       TargetList _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Page

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.