com.google.api.ads.adwords.v201109.o
Class TargetingIdeaPage

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

public class TargetingIdeaPage
extends Object
implements Serializable

Contains a subset of TargetingIdeas from the search criteria specified by a TargetingIdeaSelector.

See Also:
Serialized Form

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

Constructor Detail

TargetingIdeaPage

public TargetingIdeaPage()

TargetingIdeaPage

public TargetingIdeaPage(Integer totalNumEntries,
                         TargetingIdea[] entries)
Method Detail

getTotalNumEntries

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

Returns:
totalNumEntries * Total number of entries that can be retrieved using the get method.

setTotalNumEntries

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

Parameters:
totalNumEntries - * Total number of entries that can be retrieved using the get method.

getEntries

public TargetingIdea[] getEntries()
Gets the entries value for this TargetingIdeaPage.

Returns:
entries * The result entries in this page, as list of TargetingIdeas.

setEntries

public void setEntries(TargetingIdea[] entries)
Sets the entries value for this TargetingIdeaPage.

Parameters:
entries - * The result entries in this page, as list of TargetingIdeas.

getEntries

public TargetingIdea getEntries(int i)

setEntries

public void setEntries(int i,
                       TargetingIdea _value)

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.