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

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

public class ContentLabel
extends Criterion
implements Serializable

Content Label for category exclusion.

See Also:
Serialized Form

Constructor Summary
ContentLabel()
           
ContentLabel(Long id, CriterionType type, String criterionType, ContentLabelType contentLabelType)
           
 
Method Summary
 boolean equals(Object obj)
           
 ContentLabelType getContentLabelType()
          Gets the contentLabelType value for this ContentLabel.
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
 int hashCode()
           
 void setContentLabelType(ContentLabelType contentLabelType)
          Sets the contentLabelType value for this ContentLabel.
 
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

ContentLabel

public ContentLabel()

ContentLabel

public ContentLabel(Long id,
                    CriterionType type,
                    String criterionType,
                    ContentLabelType contentLabelType)
Method Detail

getContentLabelType

public ContentLabelType getContentLabelType()
Gets the contentLabelType value for this ContentLabel.

Returns:
contentLabelType * Content label type This field can be selected using the value "ContentLabelType".This field can be filtered on. This field is required and should not be null when it is contained within Operators : ADD.

setContentLabelType

public void setContentLabelType(ContentLabelType contentLabelType)
Sets the contentLabelType value for this ContentLabel.

Parameters:
contentLabelType - * Content label type This field can be selected using the value "ContentLabelType".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.