|
||||||||||
| 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.IdeaTextFilterSearchParameter
public class IdeaTextFilterSearchParameter
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.
| 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 |
|---|
public IdeaTextFilterSearchParameter()
public IdeaTextFilterSearchParameter(String searchParameterType,
String[] included,
String[] excluded)
| Method Detail |
|---|
public String[] getIncluded()
null elements.public void setIncluded(String[] included)
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.public String getIncluded(int i)
public void setIncluded(int i,
String _value)
public String[] getExcluded()
null elements.public void setExcluded(String[] excluded)
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.public String getExcluded(int i)
public void setExcluded(int i,
String _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 | |||||||||