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

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

public class TargetingIdea
extends Object
implements Serializable

Represents a TargetingIdea returned by search criteria specified in the TargetingIdeaSelector. Targeting ideas are keywords or placements that are similar to those the user inputs.

See Also:
Serialized Form

Constructor Summary
TargetingIdea()
           
TargetingIdea(Type_AttributeMapEntry[] data)
           
 
Method Summary
 boolean equals(Object obj)
           
 Type_AttributeMapEntry[] getData()
          Gets the data value for this TargetingIdea.
 Type_AttributeMapEntry getData(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
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 setData(int i, Type_AttributeMapEntry _value)
           
 void setData(Type_AttributeMapEntry[] data)
          Sets the data value for this TargetingIdea.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetingIdea

public TargetingIdea()

TargetingIdea

public TargetingIdea(Type_AttributeMapEntry[] data)
Method Detail

getData

public Type_AttributeMapEntry[] getData()
Gets the data value for this TargetingIdea.

Returns:
data * Map of com.google.ads.api.services.targetingideas.external.AttributeType to Attribute. Stores all data retrieved for each key AttributeType. This field is required and should not be null.

setData

public void setData(Type_AttributeMapEntry[] data)
Sets the data value for this TargetingIdea.

Parameters:
data - * Map of com.google.ads.api.services.targetingideas.external.AttributeType to Attribute. Stores all data retrieved for each key AttributeType. This field is required and should not be null.

getData

public Type_AttributeMapEntry getData(int i)

setData

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