public class CustomerNegativeCriterion extends Object
Java class for CustomerNegativeCriterion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerNegativeCriterion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="criterion" type="{https://adwords.google.com/api/adwords/cm/v201809}Criterion" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CustomerNegativeCriterion() |
| Modifier and Type | Method and Description |
|---|---|
Criterion |
getCriterion()
Gets the value of the criterion property.
|
void |
setCriterion(Criterion value)
Sets the value of the criterion property.
|
protected Criterion criterion
Copyright © 2023. All rights reserved.