public abstract class Operation extends Object
Java class for Operation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Operation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="operator" type="{https://adwords.google.com/api/adwords/cm/v201809}Operator" minOccurs="0"/>
<element name="Operation.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
operationType |
protected Operator |
operator |
| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationType()
Gets the value of the operationType property.
|
Operator |
getOperator()
Gets the value of the operator property.
|
void |
setOperationType(String value)
Sets the value of the operationType property.
|
void |
setOperator(Operator value)
Sets the value of the operator property.
|
public Operator getOperator()
Operatorpublic void setOperator(Operator value)
value - allowed object is
Operatorpublic String getOperationType()
StringCopyright © 2023. All rights reserved.