|
||||||||||
| 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.CampaignCriterion
public class CampaignCriterion
Represents a campaign level criterion (either keyword or placement).
| Constructor Summary | |
|---|---|
CampaignCriterion()
|
|
CampaignCriterion(Long campaignId,
Criterion criterion,
String campaignCriterionType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCampaignCriterionType()
Gets the campaignCriterionType value for this CampaignCriterion. |
Long |
getCampaignId()
Gets the campaignId value for this CampaignCriterion. |
Criterion |
getCriterion()
Gets the criterion value for this CampaignCriterion. |
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 |
setCampaignCriterionType(String campaignCriterionType)
Sets the campaignCriterionType value for this CampaignCriterion. |
void |
setCampaignId(Long campaignId)
Sets the campaignId value for this CampaignCriterion. |
void |
setCriterion(Criterion criterion)
Sets the criterion value for this CampaignCriterion. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CampaignCriterion()
public CampaignCriterion(Long campaignId,
Criterion criterion,
String campaignCriterionType)
| Method Detail |
|---|
public Long getCampaignId()
null.public void setCampaignId(Long campaignId)
campaignId - * The campaign that the criterion is in.
This field can
be selected using the value "CampaignId".This field can be filtered on.
This field is required
and should not be null.public Criterion getCriterion()
null.public void setCriterion(Criterion criterion)
criterion - * The criterion part of the campaign criterion.
This field is required
and should not be null.public String getCampaignCriterionType()
public void setCampaignCriterionType(String campaignCriterionType)
campaignCriterionType - * Indicates that this instance is a subtype of CampaignCriterion.
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 | |||||||||