public class LocationIntentCriterion extends Criterion
Java class for LocationIntentCriterion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationIntentCriterion">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Criterion">
<sequence>
<element name="IntentOption" type="{https://bingads.microsoft.com/CampaignManagement/v13}IntentOption" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IntentOption |
intentOption |
| Constructor and Description |
|---|
LocationIntentCriterion() |
| Modifier and Type | Method and Description |
|---|---|
IntentOption |
getIntentOption()
Gets the value of the intentOption property.
|
void |
setIntentOption(IntentOption value)
Sets the value of the intentOption property.
|
protected IntentOption intentOption
public IntentOption getIntentOption()
IntentOptionpublic void setIntentOption(IntentOption value)
value - allowed object is
IntentOptionCopyright © 2024. All rights reserved.