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