|
||||||||||
| 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.AdGroupCriterion
public class AdGroupCriterion
Represents a criterion in an ad group, used with AdGroupCriterionService.
| Constructor Summary | |
|---|---|
AdGroupCriterion()
|
|
AdGroupCriterion(Long adGroupId,
CriterionUse criterionUse,
Criterion criterion,
String adGroupCriterionType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAdGroupCriterionType()
Gets the adGroupCriterionType value for this AdGroupCriterion. |
Long |
getAdGroupId()
Gets the adGroupId value for this AdGroupCriterion. |
Criterion |
getCriterion()
Gets the criterion value for this AdGroupCriterion. |
CriterionUse |
getCriterionUse()
Gets the criterionUse value for this AdGroupCriterion. |
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 |
setAdGroupCriterionType(String adGroupCriterionType)
Sets the adGroupCriterionType value for this AdGroupCriterion. |
void |
setAdGroupId(Long adGroupId)
Sets the adGroupId value for this AdGroupCriterion. |
void |
setCriterion(Criterion criterion)
Sets the criterion value for this AdGroupCriterion. |
void |
setCriterionUse(CriterionUse criterionUse)
Sets the criterionUse value for this AdGroupCriterion. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdGroupCriterion()
public AdGroupCriterion(Long adGroupId,
CriterionUse criterionUse,
Criterion criterion,
String adGroupCriterionType)
| Method Detail |
|---|
public Long getAdGroupId()
null.public void setAdGroupId(Long adGroupId)
adGroupId - * The ad group this criterion is in.
This field can
be selected using the value "AdGroupId".This field can be filtered on.
This field is required
and should not be null.public CriterionUse getCriterionUse()
public void setCriterionUse(CriterionUse criterionUse)
criterionUse - * This field can be selected
using the value "CriterionUse".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 Criterion getCriterion()
null.public void setCriterion(Criterion criterion)
criterion - * The criterion part of the ad group criterion.
This field is required
and should not be null.public String getAdGroupCriterionType()
public void setAdGroupCriterionType(String adGroupCriterionType)
adGroupCriterionType - * Indicates that this instance is a subtype of AdGroupCriterion.
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 | |||||||||