public class Keyword extends Criterion
Java class for Keyword complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Keyword">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="matchType" type="{https://adwords.google.com/api/adwords/cm/v201809}KeywordMatchType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected KeywordMatchType |
matchType |
protected String |
text |
criterionType, id, type| Constructor and Description |
|---|
Keyword() |
| Modifier and Type | Method and Description |
|---|---|
KeywordMatchType |
getMatchType()
Gets the value of the matchType property.
|
String |
getText()
Gets the value of the text property.
|
void |
setMatchType(KeywordMatchType value)
Sets the value of the matchType property.
|
void |
setText(String value)
Sets the value of the text property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypeprotected String text
protected KeywordMatchType matchType
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic KeywordMatchType getMatchType()
KeywordMatchTypepublic void setMatchType(KeywordMatchType value)
value - allowed object is
KeywordMatchTypeCopyright © 2023. All rights reserved.