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

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

public class SeedAdGroupIdSearchParameter
extends SearchParameter
implements Serializable

A SearchParameter for KEYWORD IdeaTypes that specifies that the supplied AdGroup should be used as a seed for generating new ideas. For example, an AdGroup's keywords would be used to generate new and related keywords.

This element is supported by following IdeaTypes: KEYWORD.

This element is supported by following RequestTypes: IDEAS, STATS.

See Also:
Serialized Form

Constructor Summary
SeedAdGroupIdSearchParameter()
           
SeedAdGroupIdSearchParameter(String searchParameterType, Long adGroupId)
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getAdGroupId()
          Gets the adGroupId value for this SeedAdGroupIdSearchParameter.
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 setAdGroupId(Long adGroupId)
          Sets the adGroupId value for this SeedAdGroupIdSearchParameter.
 
Methods inherited from class com.google.api.ads.adwords.v201109.o.SearchParameter
getSearchParameterType, setSearchParameterType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeedAdGroupIdSearchParameter

public SeedAdGroupIdSearchParameter()

SeedAdGroupIdSearchParameter

public SeedAdGroupIdSearchParameter(String searchParameterType,
                                    Long adGroupId)
Method Detail

getAdGroupId

public Long getAdGroupId()
Gets the adGroupId value for this SeedAdGroupIdSearchParameter.

Returns:
adGroupId * The adGroupId for the AdGroup that should be used as a seed for generating new ideas.

setAdGroupId

public void setAdGroupId(Long adGroupId)
Sets the adGroupId value for this SeedAdGroupIdSearchParameter.

Parameters:
adGroupId - * The adGroupId for the AdGroup that should be used as a seed for generating new ideas.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class SearchParameter

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.