|
||||||||||
| 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.Criterion
com.google.api.ads.adwords.v201109.cm.Proximity
public class Proximity
Represents a Proximity Criterion. A proximity is an area within a certain radius of a point with the center point being described by a lat/long pair. The caller may also alternatively provide address fields which will be geocoded into a lat/long pair.
A criterion of this type is only targetable.
| Constructor Summary | |
|---|---|
Proximity()
|
|
Proximity(Long id,
CriterionType type,
String criterionType,
GeoPoint geoPoint,
ProximityDistanceUnits radiusDistanceUnits,
Double radiusInUnits,
Address address)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Address |
getAddress()
Gets the address value for this Proximity. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
GeoPoint |
getGeoPoint()
Gets the geoPoint value for this Proximity. |
ProximityDistanceUnits |
getRadiusDistanceUnits()
Gets the radiusDistanceUnits value for this Proximity. |
Double |
getRadiusInUnits()
Gets the radiusInUnits value for this Proximity. |
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 |
setAddress(Address address)
Sets the address value for this Proximity. |
void |
setGeoPoint(GeoPoint geoPoint)
Sets the geoPoint value for this Proximity. |
void |
setRadiusDistanceUnits(ProximityDistanceUnits radiusDistanceUnits)
Sets the radiusDistanceUnits value for this Proximity. |
void |
setRadiusInUnits(Double radiusInUnits)
Sets the radiusInUnits value for this Proximity. |
| Methods inherited from class com.google.api.ads.adwords.v201109.cm.Criterion |
|---|
getCriterionType, getId, getType, setCriterionType, setId, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Proximity()
public Proximity(Long id,
CriterionType type,
String criterionType,
GeoPoint geoPoint,
ProximityDistanceUnits radiusDistanceUnits,
Double radiusInUnits,
Address address)
| Method Detail |
|---|
public GeoPoint getGeoPoint()
null when it is contained within
Operators : ADD.public void setGeoPoint(GeoPoint geoPoint)
geoPoint - * Latitude and longitude.
This field
can be selected using the value "GeoPoint".
This field is
required and should not be null when it is contained within
Operators : ADD.public ProximityDistanceUnits getRadiusDistanceUnits()
null when it is contained within
Operators : ADD.public void setRadiusDistanceUnits(ProximityDistanceUnits radiusDistanceUnits)
radiusDistanceUnits - * Radius distance units.
This field
can be selected using the value "RadiusDistanceUnits".
This field is
required and should not be null when it is contained within
Operators : ADD.public Double getRadiusInUnits()
null when it is contained within
Operators : ADD.public void setRadiusInUnits(Double radiusInUnits)
radiusInUnits - * Radius expressed in distance units.
This field
can be selected using the value "RadiusInUnits".
This field is
required and should not be null when it is contained within
Operators : ADD.public Address getAddress()
null if unknonwn.
This field
can be selected using the value "Address".public void setAddress(Address address)
address - * Full address; null if unknonwn.
This field
can be selected using the value "Address".public boolean equals(Object obj)
equals in class Criterionpublic int hashCode()
hashCode in class Criterionpublic 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 | |||||||||