public class CriterionAttribute extends Attribute
Attribute type that contains a Criterion value.
Java class for CriterionAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CriterionAttribute">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/o/v201809}Attribute">
<sequence>
<element name="value" type="{https://adwords.google.com/api/adwords/cm/v201809}Criterion" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Criterion |
value |
attributeType| Constructor and Description |
|---|
CriterionAttribute() |
| Modifier and Type | Method and Description |
|---|---|
Criterion |
getValue()
Gets the value of the value property.
|
void |
setValue(Criterion value)
Sets the value of the value property.
|
getAttributeType, setAttributeTypeprotected Criterion value
Copyright © 2023. All rights reserved.