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