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

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

public class Vertical
extends Criterion
implements Serializable

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.

See Also:
Serialized Form

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

Vertical

public Vertical()

Vertical

public Vertical(Long id,
                CriterionType type,
                String criterionType,
                String[] path)
Method Detail

getPath

public String[] getPath()
Gets the path value for this Vertical.

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

setPath

public void setPath(String[] path)
Sets the path value for this Vertical.

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

getPath

public String getPath(int i)

setPath

public void setPath(int i,
                    String _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Criterion

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.