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