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