public class LocationCriterion extends Object
Java class for LocationCriterion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationCriterion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="location" type="{https://adwords.google.com/api/adwords/cm/v201809}Location" minOccurs="0"/>
<element name="canonicalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reach" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="searchTerm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="countryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
canonicalName |
protected String |
countryCode |
protected String |
locale |
protected Location |
location |
protected Long |
reach |
protected String |
searchTerm |
| Constructor and Description |
|---|
LocationCriterion() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalName()
Gets the value of the canonicalName property.
|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getLocale()
Gets the value of the locale property.
|
Location |
getLocation()
Gets the value of the location property.
|
Long |
getReach()
Gets the value of the reach property.
|
String |
getSearchTerm()
Gets the value of the searchTerm property.
|
void |
setCanonicalName(String value)
Sets the value of the canonicalName property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setLocation(Location value)
Sets the value of the location property.
|
void |
setReach(Long value)
Sets the value of the reach property.
|
void |
setSearchTerm(String value)
Sets the value of the searchTerm property.
|
protected Location location
protected String canonicalName
protected Long reach
protected String locale
protected String searchTerm
protected String countryCode
public Location getLocation()
Locationpublic void setLocation(Location value)
value - allowed object is
Locationpublic String getCanonicalName()
Stringpublic void setCanonicalName(String value)
value - allowed object is
Stringpublic Long getReach()
Longpublic void setReach(Long value)
value - allowed object is
Longpublic String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic String getSearchTerm()
Stringpublic void setSearchTerm(String value)
value - allowed object is
Stringpublic String getCountryCode()
StringCopyright © 2023. All rights reserved.