com.google.api.ads.adwords.v201109.cm
Class LocationOverrideInfo

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.LocationOverrideInfo
All Implemented Interfaces:
Serializable

public class LocationOverrideInfo
extends Object
implements Serializable

Represents override info for ad level LocationExtension overrides.

See Also:
Serialized Form

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

LocationOverrideInfo

public LocationOverrideInfo()

LocationOverrideInfo

public LocationOverrideInfo(Integer radius,
                            LocationOverrideInfoRadiusUnits radiusUnits)
Method Detail

getRadius

public Integer getRadius()
Gets the radius value for this LocationOverrideInfo.

Returns:
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.

setRadius

public void setRadius(Integer radius)
Sets the radius value for this LocationOverrideInfo.

Parameters:
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.

getRadiusUnits

public LocationOverrideInfoRadiusUnits getRadiusUnits()
Gets the radiusUnits value for this LocationOverrideInfo.

Returns:
radiusUnits * Units for the radius This field is required and should not be null.

setRadiusUnits

public void setRadiusUnits(LocationOverrideInfoRadiusUnits radiusUnits)
Sets the radiusUnits value for this LocationOverrideInfo.

Parameters:
radiusUnits - * Units for the radius This field is required and should not be null.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.