|
||||||||||
| 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
public class Criterion
Represents a criterion (such as a keyword, placement, or vertical).
| Constructor Summary | |
|---|---|
Criterion()
|
|
Criterion(Long id,
CriterionType type,
String criterionType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCriterionType()
Gets the criterionType value for this Criterion. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Long |
getId()
Gets the id value for this Criterion. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
CriterionType |
getType()
Gets the type value for this Criterion. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCriterionType(String criterionType)
Sets the criterionType value for this Criterion. |
void |
setId(Long id)
Sets the id value for this Criterion. |
void |
setType(CriterionType type)
Sets the type value for this Criterion. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Criterion()
public Criterion(Long id,
CriterionType type,
String criterionType)
| Method Detail |
|---|
public Long getId()
null when it is contained within Operators : SET, REMOVE.public void setId(Long id)
id - * ID of this criterion.
This field can
be selected using the value "Id".This
field can be filtered on.
This field is required
and should not be null when it is contained within Operators : SET, REMOVE.public CriterionType getType()
public void setType(CriterionType type)
type - * This field can be selected
using the value "CriteriaType".This
field can be filtered on.
This field is read
only and should not be set. If this field is sent to the API, it
will be ignored.public String getCriterionType()
public void setCriterionType(String criterionType)
criterionType - * Indicates that this instance is a subtype of Criterion.
Although this field is returned in the response, it
is ignored on input
and cannot be selected. Specify xsi:type instead.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 | |||||||||