public class FunctionOperand extends FunctionArgumentOperand
Java class for FunctionOperand complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FunctionOperand">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}FunctionArgumentOperand">
<sequence>
<element name="value" type="{https://adwords.google.com/api/adwords/cm/v201809}Function" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Function |
value |
functionArgumentOperandType| Constructor and Description |
|---|
FunctionOperand() |
| Modifier and Type | Method and Description |
|---|---|
Function |
getValue()
Gets the value of the value property.
|
void |
setValue(Function value)
Sets the value of the value property.
|
getFunctionArgumentOperandType, setFunctionArgumentOperandTypeprotected Function value
Copyright © 2023. All rights reserved.