|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.Criterion
com.google.api.ads.adwords.v201109.cm.Keyword
public class Keyword
Represents a keyword.
| Constructor Summary | |
|---|---|
Keyword()
|
|
Keyword(Long id,
CriterionType type,
String criterionType,
String text,
KeywordMatchType matchType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
KeywordMatchType |
getMatchType()
Gets the matchType value for this Keyword. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getText()
Gets the text value for this Keyword. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setMatchType(KeywordMatchType matchType)
Sets the matchType value for this Keyword. |
void |
setText(String text)
Sets the text value for this Keyword. |
| Methods inherited from class com.google.api.ads.adwords.v201109.cm.Criterion |
|---|
getCriterionType, getId, getType, setCriterionType, setId, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Keyword()
public Keyword(Long id,
CriterionType type,
String criterionType,
String text,
KeywordMatchType matchType)
| Method Detail |
|---|
public String getText()
null when it is contained within
Operators : ADD.public void setText(String text)
text - * Text of this keyword (at most 80 characters and ten words).
This field can be selected using
the value "KeywordText".This
field can be filtered on.
This string
must match the regular expression '[^\x00]*'
This field is
required and should not be null when it is contained within
Operators : ADD.public KeywordMatchType getMatchType()
null when it is contained within
Operators : ADD.public void setMatchType(KeywordMatchType matchType)
matchType - * Match type of this keyword.
This field
can be selected using the value "KeywordMatchType".This field can be filtered on.
This field is
required and should not be null when it is contained within
Operators : ADD.public boolean equals(Object obj)
equals in class Criterionpublic int hashCode()
hashCode in class Criterionpublic 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 | |||||||||