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