|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201111.GeoTargeting
public class GeoTargeting
Provides line items the ability to target geographical locations. By default, line items target all countries and their subdivisions. With geographical targeting, you can target line items to specific countries, regions, metro areas, and cities. You can also exclude the same.
The following rules apply for geographical targeting:
| Constructor Summary | |
|---|---|
GeoTargeting()
|
|
GeoTargeting(Location[] targetedLocations,
Location[] excludedLocations)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Location[] |
getExcludedLocations()
Gets the excludedLocations value for this GeoTargeting. |
Location |
getExcludedLocations(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
Location[] |
getTargetedLocations()
Gets the targetedLocations value for this GeoTargeting. |
Location |
getTargetedLocations(int i)
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setExcludedLocations(int i,
Location _value)
|
void |
setExcludedLocations(Location[] excludedLocations)
Sets the excludedLocations value for this GeoTargeting. |
void |
setTargetedLocations(int i,
Location _value)
|
void |
setTargetedLocations(Location[] targetedLocations)
Sets the targetedLocations value for this GeoTargeting. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeoTargeting()
public GeoTargeting(Location[] targetedLocations,
Location[] excludedLocations)
| Method Detail |
|---|
public Location[] getTargetedLocations()
LineItem.public void setTargetedLocations(Location[] targetedLocations)
targetedLocations - * The geographical locations being targeted by the LineItem.public Location getTargetedLocations(int i)
public void setTargetedLocations(int i,
Location _value)
public Location[] getExcludedLocations()
LineItem.public void setExcludedLocations(Location[] excludedLocations)
excludedLocations - * The geographical locations being excluded by the LineItem.public Location getExcludedLocations(int i)
public void setExcludedLocations(int i,
Location _value)
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 | |||||||||