|
||||||||||
| 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.PolicyViolationKey
public class PolicyViolationKey
Key of the violation. The key is used for referring to a violation when filing an exemption request.
| Constructor Summary | |
|---|---|
PolicyViolationKey()
|
|
PolicyViolationKey(String policyName,
String violatingText)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getPolicyName()
Gets the policyName value for this PolicyViolationKey. |
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 |
String |
getViolatingText()
Gets the violatingText value for this PolicyViolationKey. |
int |
hashCode()
|
void |
setPolicyName(String policyName)
Sets the policyName value for this PolicyViolationKey. |
void |
setViolatingText(String violatingText)
Sets the violatingText value for this PolicyViolationKey. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyViolationKey()
public PolicyViolationKey(String policyName,
String violatingText)
| Method Detail |
|---|
public String getPolicyName()
null.public void setPolicyName(String policyName)
policyName - * Unique id of the violated policy.
This field is required
and should not be null.public String getViolatingText()
public void setViolatingText(String violatingText)
violatingText - * The text that violates the policy if specified. Otherwise,
refers to the
policy in general (e.g. when requesting to be exempt
from the whole
policy).
May be null for criterion exemptions, in which case
this refers to the
whole policy. Must be specified for ad exemptions.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 | |||||||||