|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.LocationCriterion
public class LocationCriterion
Represents data that encapsulates a location criterion.
| Constructor Summary | |
|---|---|
LocationCriterion()
|
|
LocationCriterion(Location location,
String canonicalName,
Long reach,
String locale,
String searchTerm)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCanonicalName()
Gets the canonicalName value for this LocationCriterion. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getLocale()
Gets the locale value for this LocationCriterion. |
Location |
getLocation()
Gets the location value for this LocationCriterion. |
Long |
getReach()
Gets the reach value for this LocationCriterion. |
String |
getSearchTerm()
Gets the searchTerm value for this LocationCriterion. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCanonicalName(String canonicalName)
Sets the canonicalName value for this LocationCriterion. |
void |
setLocale(String locale)
Sets the locale value for this LocationCriterion. |
void |
setLocation(Location location)
Sets the location value for this LocationCriterion. |
void |
setReach(Long reach)
Sets the reach value for this LocationCriterion. |
void |
setSearchTerm(String searchTerm)
Sets the searchTerm value for this LocationCriterion. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocationCriterion()
public LocationCriterion(Location location,
String canonicalName,
Long reach,
String locale,
String searchTerm)
| Method Detail |
|---|
public Location getLocation()
public void setLocation(Location location)
location - * Location criterionpublic String getCanonicalName()
public void setCanonicalName(String canonicalName)
canonicalName - * Canonical name of the location criterion. *
This field can
be selected using the value "CanonicalName".
This field is read
only and should not be set. If this field is sent to the API, it
will be ignored.public Long getReach()
public void setReach(Long reach)
reach - * Approximate user population that will be targeted, rounded
to the nearest 100. *
This field can
be selected using the value "Reach".
This field is read
only and should not be set. If this field is sent to the API, it
will be ignored.public String getLocale()
public void setLocale(String locale)
locale - * Locale of the name, as specified in the request. Note:
If the specified locale filter
is invalid, or not supported, en_US will be used by
default.
This field can
be filtered on using the value "Locale".
This field is read
only and should not be set. If this field is sent to the API, it
will be ignored.public String getSearchTerm()
public void setSearchTerm(String searchTerm)
searchTerm - * Original search term, as specified in the input request for
search by name. Note:
This field is useful in the case that the original
search name does not match the official
name of the location, for example, Florence -> Firenze.
*
This field is read
only and should not be set. If this field is sent to the API, it
will be ignored.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||