public class Language extends Criterion
A criterion of this type can only be created using an ID. A criterion of this type is only targetable. This is enabled for AdX.
Java class for Language complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Language">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
name |
criterionType, id, type| Constructor and Description |
|---|
Language() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setName(String value)
Sets the value of the name property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypepublic String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2023. All rights reserved.