|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.adwords.v10.Criterion
public abstract class Criterion
| Constructor Summary | |
|---|---|
Criterion()
|
|
Criterion(int adGroupId,
CriterionType criterionType,
java.lang.String destinationUrl,
java.lang.String exemptionRequest,
long id,
java.lang.String language,
java.lang.Boolean negative,
java.lang.Boolean paused,
CriterionStatus status)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getAdGroupId()
Gets the adGroupId value for this Criterion. |
CriterionType |
getCriterionType()
Gets the criterionType value for this Criterion. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getDestinationUrl()
Gets the destinationUrl value for this Criterion. |
java.lang.String |
getExemptionRequest()
Gets the exemptionRequest value for this Criterion. |
long |
getId()
Gets the id value for this Criterion. |
java.lang.String |
getLanguage()
Gets the language value for this Criterion. |
java.lang.Boolean |
getNegative()
Gets the negative value for this Criterion. |
java.lang.Boolean |
getPaused()
Gets the paused value for this Criterion. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
CriterionStatus |
getStatus()
Gets the status value for this Criterion. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAdGroupId(int adGroupId)
Sets the adGroupId value for this Criterion. |
void |
setCriterionType(CriterionType criterionType)
Sets the criterionType value for this Criterion. |
void |
setDestinationUrl(java.lang.String destinationUrl)
Sets the destinationUrl value for this Criterion. |
void |
setExemptionRequest(java.lang.String exemptionRequest)
Sets the exemptionRequest value for this Criterion. |
void |
setId(long id)
Sets the id value for this Criterion. |
void |
setLanguage(java.lang.String language)
Sets the language value for this Criterion. |
void |
setNegative(java.lang.Boolean negative)
Sets the negative value for this Criterion. |
void |
setPaused(java.lang.Boolean paused)
Sets the paused value for this Criterion. |
void |
setStatus(CriterionStatus status)
Sets the status 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(int adGroupId,
CriterionType criterionType,
java.lang.String destinationUrl,
java.lang.String exemptionRequest,
long id,
java.lang.String language,
java.lang.Boolean negative,
java.lang.Boolean paused,
CriterionStatus status)
| Method Detail |
|---|
public int getAdGroupId()
public void setAdGroupId(int adGroupId)
adGroupId - public CriterionType getCriterionType()
public void setCriterionType(CriterionType criterionType)
criterionType - public java.lang.String getDestinationUrl()
public void setDestinationUrl(java.lang.String destinationUrl)
destinationUrl - public java.lang.String getExemptionRequest()
public void setExemptionRequest(java.lang.String exemptionRequest)
exemptionRequest - public long getId()
public void setId(long id)
id - public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language - public java.lang.Boolean getNegative()
public void setNegative(java.lang.Boolean negative)
negative - public java.lang.Boolean getPaused()
public void setPaused(java.lang.Boolean paused)
paused - public CriterionStatus getStatus()
public void setStatus(CriterionStatus status)
status - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||