|
||||||||||
| 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.LocationOverrideInfo
public class LocationOverrideInfo
Represents override info for ad level LocationExtension overrides.
| Constructor Summary | |
|---|---|
LocationOverrideInfo()
|
|
LocationOverrideInfo(Integer radius,
LocationOverrideInfoRadiusUnits radiusUnits)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Integer |
getRadius()
Gets the radius value for this LocationOverrideInfo. |
LocationOverrideInfoRadiusUnits |
getRadiusUnits()
Gets the radiusUnits value for this LocationOverrideInfo. |
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 |
setRadius(Integer radius)
Sets the radius value for this LocationOverrideInfo. |
void |
setRadiusUnits(LocationOverrideInfoRadiusUnits radiusUnits)
Sets the radiusUnits value for this LocationOverrideInfo. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocationOverrideInfo()
public LocationOverrideInfo(Integer radius,
LocationOverrideInfoRadiusUnits radiusUnits)
| Method Detail |
|---|
public Integer getRadius()
null.public void setRadius(Integer radius)
radius - * Radius in the given units to target around the location indicated
by the
location extension.
This field is required
and should not be null.public LocationOverrideInfoRadiusUnits getRadiusUnits()
null.public void setRadiusUnits(LocationOverrideInfoRadiusUnits radiusUnits)
radiusUnits - * Units for the radius
This field is required
and should not be null.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 | |||||||||