public class CampaignCriterionOperation extends Operation
Java class for CampaignCriterionOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignCriterionOperation">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Operation">
<sequence>
<element name="operand" type="{https://adwords.google.com/api/adwords/cm/v201809}CampaignCriterion" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CampaignCriterion |
operand |
operationType, operator| Constructor and Description |
|---|
CampaignCriterionOperation() |
| Modifier and Type | Method and Description |
|---|---|
CampaignCriterion |
getOperand()
Gets the value of the operand property.
|
void |
setOperand(CampaignCriterion value)
Sets the value of the operand property.
|
getOperationType, getOperator, setOperationType, setOperatorprotected CampaignCriterion operand
public CampaignCriterion getOperand()
CampaignCriterionpublic void setOperand(CampaignCriterion value)
value - allowed object is
CampaignCriterionCopyright © 2023. All rights reserved.