|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.o.SearchParameter
com.google.api.ads.adwords.v201109.o.ExcludedKeywordSearchParameter
public class ExcludedKeywordSearchParameter
A SearchParameter for KEYWORD IdeaTypes
that
specifies Keywords that should be excluded from
the results.
The KeywordMatchType associated with these keywords
is used to
provide various filtering strategies. For example, the
excluded keyword
"sony player" will exclude ideas from the resulting
ideas as
described by the table below.
| Idea | BROAD |
PHRASE |
EXACT |
|---|---|---|---|
| sony player | Exclude | Exclude | Exclude |
| blu-ray sony player | Exclude | Exclude | Include |
| sony dvd player | Exclude | Include | Include |
| sony dvd | Include | Include | Include |
This element is supported by following IdeaTypes:
KEYWORD.
This element is supported by following RequestTypes:
IDEAS, STATS.
| Constructor Summary | |
|---|---|
ExcludedKeywordSearchParameter()
|
|
ExcludedKeywordSearchParameter(String searchParameterType,
Keyword[] keywords)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Keyword[] |
getKeywords()
Gets the keywords value for this ExcludedKeywordSearchParameter. |
Keyword |
getKeywords(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 |
setKeywords(int i,
Keyword _value)
|
void |
setKeywords(Keyword[] keywords)
Sets the keywords value for this ExcludedKeywordSearchParameter. |
| 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 |
|---|
public ExcludedKeywordSearchParameter()
public ExcludedKeywordSearchParameter(String searchParameterType,
Keyword[] keywords)
| Method Detail |
|---|
public Keyword[] getKeywords()
Keywords to be excluded from the search results.
This field must contain
distinct elements.
This
field must not contain null elements.
This field must
contain at least one element.
This field is
required and should not be null.public void setKeywords(Keyword[] keywords)
keywords - * A List of Keywords to be excluded from the search results.
This field must contain
distinct elements.
This
field must not contain null elements.
This field must
contain at least one element.
This field is
required and should not be null.public Keyword getKeywords(int i)
public void setKeywords(int i,
Keyword _value)
public boolean equals(Object obj)
equals in class SearchParameterpublic int hashCode()
hashCode in class SearchParameterpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||