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

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

public class ProductConditionOperand
extends Object
implements Serializable

Attribute for the product condition.

See Also:
Serialized Form

Constructor Summary
ProductConditionOperand()
           
ProductConditionOperand(String operand)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getOperand()
          Gets the operand value for this ProductConditionOperand.
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 setOperand(String operand)
          Sets the operand value for this ProductConditionOperand.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductConditionOperand

public ProductConditionOperand()

ProductConditionOperand

public ProductConditionOperand(String operand)
Method Detail

getOperand

public String getOperand()
Gets the operand value for this ProductConditionOperand.

Returns:
operand * Only following values are allowed as Operand :
  • product_type
  • brand
  • adwords_grouping
  • condition
  • adwords_labels
This field can be selected using the value "Operand". This field is required and should not be null. This string must not be empty.

setOperand

public void setOperand(String operand)
Sets the operand value for this ProductConditionOperand.

Parameters:
operand - * Only following values are allowed as Operand :
  • product_type
  • brand
  • adwords_grouping
  • condition
  • adwords_labels
This field can be selected using the value "Operand". This field is required and should not be null. This string must not be empty.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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.