public class AdGroupCriterionLabelOperation extends Operation
Java class for AdGroupCriterionLabelOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdGroupCriterionLabelOperation">
<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}AdGroupCriterionLabel" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AdGroupCriterionLabel |
operand |
operationType, operator| Constructor and Description |
|---|
AdGroupCriterionLabelOperation() |
| Modifier and Type | Method and Description |
|---|---|
AdGroupCriterionLabel |
getOperand()
Gets the value of the operand property.
|
void |
setOperand(AdGroupCriterionLabel value)
Sets the value of the operand property.
|
getOperationType, getOperator, setOperationType, setOperatorprotected AdGroupCriterionLabel operand
public AdGroupCriterionLabel getOperand()
AdGroupCriterionLabelpublic void setOperand(AdGroupCriterionLabel value)
value - allowed object is
AdGroupCriterionLabelCopyright © 2023. All rights reserved.