|
||||||||||
| 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.Criterion
com.google.api.ads.adwords.v201109.cm.Product
public class Product
Product targeting criteria, represents a filter for products in the product feed that is defined by the advertiser. The criteria is used to determine the products in a Merchant Center account to be used with the ProductAds in the AdGroup. This criteria is available only to some advertisers.
| Constructor Summary | |
|---|---|
Product()
|
|
Product(Long id,
CriterionType type,
String criterionType,
ProductCondition[] conditions,
String text)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
ProductCondition[] |
getConditions()
Gets the conditions value for this Product. |
ProductCondition |
getConditions(int i)
|
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 |
String |
getText()
Gets the text value for this Product. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setConditions(int i,
ProductCondition _value)
|
void |
setConditions(ProductCondition[] conditions)
Sets the conditions value for this Product. |
void |
setText(String text)
Sets the text value for this Product. |
| 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 |
|---|
public Product()
public Product(Long id,
CriterionType type,
String criterionType,
ProductCondition[] conditions,
String text)
| Method Detail |
|---|
public ProductCondition[] getConditions()
null conditions means that all products are targeted.public void setConditions(ProductCondition[] conditions)
conditions - * Product filter conditions. The condition in the product criteria
is
defined as {operand1=argument1,operand2=argument2}.
The product conditions are anded to evaluate the targeting parameter.
null conditions means that all products are targeted.public ProductCondition getConditions(int i)
public void setConditions(int i,
ProductCondition _value)
public String getText()
public void setText(String text)
text - * Product criteria parameter
This field
can be selected using the value "Text".
This field is
read only and should not be set. If this field is sent to the API,
it will be ignored.public boolean equals(Object obj)
equals in class Criterionpublic int hashCode()
hashCode in class Criterionpublic 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 | |||||||||