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

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

public class IdeaTextFilterSearchParameter
extends SearchParameter
implements Serializable

A SearchParameter for KEYWORD IdeaTypes that specifies a collection of strings by which the results should be constrained. This guarantees that each idea in the result will match at least one of the included values. For this SearchParameter, excluded items will always take priority over included ones. This can handle a maximum of 200 (included + excluded) elements.

This element is supported by following IdeaTypes: KEYWORD.

This element is supported by following RequestTypes: IDEAS.

See Also:
Serialized Form

Constructor Summary
IdeaTextFilterSearchParameter()
           
IdeaTextFilterSearchParameter(String searchParameterType, String[] included, String[] excluded)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String[] getExcluded()
          Gets the excluded value for this IdeaTextFilterSearchParameter.
 String getExcluded(int i)
           
 String[] getIncluded()
          Gets the included value for this IdeaTextFilterSearchParameter.
 String getIncluded(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 setExcluded(int i, String _value)
           
 void setExcluded(String[] excluded)
          Sets the excluded value for this IdeaTextFilterSearchParameter.
 void setIncluded(int i, String _value)
           
 void setIncluded(String[] included)
          Sets the included value for this IdeaTextFilterSearchParameter.
 
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

IdeaTextFilterSearchParameter

public IdeaTextFilterSearchParameter()

IdeaTextFilterSearchParameter

public IdeaTextFilterSearchParameter(String searchParameterType,
                                     String[] included,
                                     String[] excluded)
Method Detail

getIncluded

public String[] getIncluded()
Gets the included value for this IdeaTextFilterSearchParameter.

Returns:
included * A set of strings specifying which ideas should be included in the results. This field must contain distinct elements. This field must not contain null elements.

setIncluded

public void setIncluded(String[] included)
Sets the included value for this IdeaTextFilterSearchParameter.

Parameters:
included - * A set of strings specifying which ideas should be included in the results. This field must contain distinct elements. This field must not contain null elements.

getIncluded

public String getIncluded(int i)

setIncluded

public void setIncluded(int i,
                        String _value)

getExcluded

public String[] getExcluded()
Gets the excluded value for this IdeaTextFilterSearchParameter.

Returns:
excluded * A set of strings specifying which ideas should be excluded from the results. This field must contain distinct elements. This field must not contain null elements.

setExcluded

public void setExcluded(String[] excluded)
Sets the excluded value for this IdeaTextFilterSearchParameter.

Parameters:
excluded - * A set of strings specifying which ideas should be excluded from the results. This field must contain distinct elements. This field must not contain null elements.

getExcluded

public String getExcluded(int i)

setExcluded

public void setExcluded(int i,
                        String _value)

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.