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

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.o.SearchParameter
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdShareSearchParameter, AdTypeSearchParameter, AverageTargetedMonthlySearchesSearchParameter, CategoryProductsAndServicesSearchParameter, CompetitionSearchParameter, DeviceTypeSearchParameter, ExcludedKeywordSearchParameter, GlobalMonthlySearchesSearchParameter, IdeaTextFilterSearchParameter, IncludeAdultContentSearchParameter, KeywordMatchTypeSearchParameter, LanguageSearchParameter, LocationSearchParameter, PlacementTypeSearchParameter, RelatedToKeywordSearchParameter, RelatedToUrlSearchParameter, SearchShareSearchParameter, SeedAdGroupIdSearchParameter

public abstract class SearchParameter
extends Object
implements Serializable

A set of SearchParameters are supplied to the com.google.ads.api.services.targetingideas.TargetingIdeaSelector to specify how the user wants to filter the set of all possible com.google.ads.api.services.targetingideas.TargetingIdeas. There is a SearchParameter for all types of inputs. SearchParameters can conceptually be broken down into two types.

A request should only contain one instance of each SearchParameter

One or more of the following SearchParameters are required:

IdeaType KEYWORD supports following SearchParameters:

IdeaType PLACEMENT supports following SearchParameters:

See Also:
Serialized Form

Constructor Summary
SearchParameter()
           
SearchParameter(String searchParameterType)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getSearchParameterType()
          Gets the searchParameterType value for this SearchParameter.
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 setSearchParameterType(String searchParameterType)
          Sets the searchParameterType value for this SearchParameter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchParameter

public SearchParameter()

SearchParameter

public SearchParameter(String searchParameterType)
Method Detail

getSearchParameterType

public String getSearchParameterType()
Gets the searchParameterType value for this SearchParameter.

Returns:
searchParameterType * Indicates that this instance is a subtype of SearchParameter. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

setSearchParameterType

public void setSearchParameterType(String searchParameterType)
Sets the searchParameterType value for this SearchParameter.

Parameters:
searchParameterType - * Indicates that this instance is a subtype of SearchParameter. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

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.