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

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

public class Placement
extends Criterion
implements Serializable

A placement used for modifying bids for sites when targeting the content network.

See Also:
Serialized Form

Constructor Summary
Placement()
           
Placement(Long id, CriterionType type, String criterionType, String url)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
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
 String getUrl()
          Gets the url value for this Placement.
 int hashCode()
           
 void setUrl(String url)
          Sets the url value for this Placement.
 
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

Placement

public Placement()

Placement

public Placement(Long id,
                 CriterionType type,
                 String criterionType,
                 String url)
Method Detail

getUrl

public String getUrl()
Gets the url value for this Placement.

Returns:
url * Url of the placement.

For example, "http://www.domain.com". This field can be selected using the value "PlacementUrl".This field can be filtered on. This field is required and should not be null when it is contained within Operators : ADD.


setUrl

public void setUrl(String url)
Sets the url value for this Placement.

Parameters:
url - * Url of the placement.

For example, "http://www.domain.com". This field can be selected using the value "PlacementUrl".This field can be filtered on. This field is required and should not be null when it is contained within Operators : ADD.


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.