public class Criterion extends Object
Java class for Criterion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Criterion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="type" type="{https://adwords.google.com/api/adwords/cm/v201809}Criterion.Type" minOccurs="0"/>
<element name="Criterion.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
criterionType |
protected Long |
id |
protected CriterionType |
type |
| Constructor and Description |
|---|
Criterion() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCriterionType()
Gets the value of the criterionType property.
|
Long |
getId()
Gets the value of the id property.
|
CriterionType |
getType()
Gets the value of the type property.
|
void |
setCriterionType(String value)
Sets the value of the criterionType property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setType(CriterionType value)
Sets the value of the type property.
|
protected Long id
protected CriterionType type
protected String criterionType
public void setId(Long value)
value - allowed object is
Longpublic CriterionType getType()
CriterionTypepublic void setType(CriterionType value)
value - allowed object is
CriterionTypepublic String getCriterionType()
StringCopyright © 2023. All rights reserved.