|
||||||||||
| 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.ProductCondition
public class ProductCondition
Conditions to filter the products defined in product feed for targeting. The condition is defined as operand=argument.
| Constructor Summary | |
|---|---|
ProductCondition()
|
|
ProductCondition(String argument,
ProductConditionOperand operand)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getArgument()
Gets the argument value for this ProductCondition. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
ProductConditionOperand |
getOperand()
Gets the operand value for this ProductCondition. |
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 |
setArgument(String argument)
Sets the argument value for this ProductCondition. |
void |
setOperand(ProductConditionOperand operand)
Sets the operand value for this ProductCondition. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProductCondition()
public ProductCondition(String argument,
ProductConditionOperand operand)
| Method Detail |
|---|
public String getArgument()
null.public void setArgument(String argument)
argument - * Value of the product operand to comapare against
This field can
be selected using the value "Argument".
This field is required
and should not be null.public ProductConditionOperand getOperand()
null.public void setOperand(ProductConditionOperand operand)
operand - * Operand of product filter condition
This field is required
and should not be null.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic 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 | |||||||||