public class LocationExtensionOperand extends FunctionArgumentOperand
Java class for LocationExtensionOperand complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationExtensionOperand">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}FunctionArgumentOperand">
<sequence>
<element name="radius" type="{https://adwords.google.com/api/adwords/cm/v201809}ConstantOperand" minOccurs="0"/>
<element name="locationId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
locationId |
protected ConstantOperand |
radius |
functionArgumentOperandType| Constructor and Description |
|---|
LocationExtensionOperand() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLocationId()
Gets the value of the locationId property.
|
ConstantOperand |
getRadius()
Gets the value of the radius property.
|
void |
setLocationId(Long value)
Sets the value of the locationId property.
|
void |
setRadius(ConstantOperand value)
Sets the value of the radius property.
|
getFunctionArgumentOperandType, setFunctionArgumentOperandTypeprotected ConstantOperand radius
protected Long locationId
public ConstantOperand getRadius()
ConstantOperandpublic void setRadius(ConstantOperand value)
value - allowed object is
ConstantOperandpublic Long getLocationId()
LongCopyright © 2023. All rights reserved.