|
||||||||||
| 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.KeywordMatchTypeSearchParameter
public class KeywordMatchTypeSearchParameter
A SearchParameter for KEYWORD IdeaTypes
that
specifies the KeywordMatchTypes that all results
must match.
For example, results may be limited to only Broad or Exact
matches.
Setting no KeywordMatchTypeSearchParameter will
match all
targeting ideas, regardless of KeywordMatchType.
If multiple
KeywordMatchTypes are set, a result need only
match one
match type to be returned.
This element is supported by following IdeaTypes:
KEYWORD.
This element is supported by following RequestTypes:
IDEAS, STATS.
| Constructor Summary | |
|---|---|
KeywordMatchTypeSearchParameter()
|
|
KeywordMatchTypeSearchParameter(String searchParameterType,
KeywordMatchType[] keywordMatchTypes)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
KeywordMatchType[] |
getKeywordMatchTypes()
Gets the keywordMatchTypes value for this KeywordMatchTypeSearchParameter. |
KeywordMatchType |
getKeywordMatchTypes(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 |
setKeywordMatchTypes(int i,
KeywordMatchType _value)
|
void |
setKeywordMatchTypes(KeywordMatchType[] keywordMatchTypes)
Sets the keywordMatchTypes value for this KeywordMatchTypeSearchParameter. |
| 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 KeywordMatchTypeSearchParameter()
public KeywordMatchTypeSearchParameter(String searchParameterType,
KeywordMatchType[] keywordMatchTypes)
| Method Detail |
|---|
public KeywordMatchType[] getKeywordMatchTypes()
KeywordMatchTypes that results must match.
Results
need only match a single match type in the set.
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 setKeywordMatchTypes(KeywordMatchType[] keywordMatchTypes)
keywordMatchTypes - * A Set of KeywordMatchTypes that results must match.
Results
need only match a single match type in the set.
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 KeywordMatchType getKeywordMatchTypes(int i)
public void setKeywordMatchTypes(int i,
KeywordMatchType _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 | |||||||||