|
||||||||||
| 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.Vertical
public class Vertical
Use verticals to target or exclude placements in the Google Display Network based on the category into which the placement falls (for example, "Pets & Animals/Pets/Dogs"). View the complete list of available vertical categories.
| Constructor Summary | |
|---|---|
Vertical()
|
|
Vertical(Long id,
CriterionType type,
String criterionType,
String[] path)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String[] |
getPath()
Gets the path value for this Vertical. |
String |
getPath(int i)
|
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 |
setPath(int i,
String _value)
|
void |
setPath(String[] path)
Sets the path value for this Vertical. |
| 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 Vertical()
public Vertical(Long id,
CriterionType type,
String criterionType,
String[] path)
| Method Detail |
|---|
public String[] getPath()
{"Pets & Animals", "Pets", "Dogs"} represents the
"Pets &
Animals/Pets/Dogs" category. A complete list of
available vertical categories
is available here
This field is required and must not be empty.
This field
can be selected using the value "Path".public void setPath(String[] path)
path - * The category to target or exclude. Each subsequent element
in the array
describes a more specific sub-category. For example,
{"Pets & Animals", "Pets", "Dogs"} represents the
"Pets &
Animals/Pets/Dogs" category. A complete list of
available vertical categories
is available here
This field is required and must not be empty.
This field
can be selected using the value "Path".public String getPath(int i)
public void setPath(int i,
String _value)
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 | |||||||||