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