com.google.api.ads.adwords.v201109.cm
Class ExemptionRequest

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.ExemptionRequest
All Implemented Interfaces:
Serializable

public class ExemptionRequest
extends Object
implements Serializable

A request to be exempted from a PolicyViolationError.

See Also:
Serialized Form

Constructor Summary
ExemptionRequest()
           
ExemptionRequest(PolicyViolationKey key)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 PolicyViolationKey getKey()
          Gets the key value for this ExemptionRequest.
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 setKey(PolicyViolationKey key)
          Sets the key value for this ExemptionRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExemptionRequest

public ExemptionRequest()

ExemptionRequest

public ExemptionRequest(PolicyViolationKey key)
Method Detail

getKey

public PolicyViolationKey getKey()
Gets the key value for this ExemptionRequest.

Returns:
key * Identifies the violation to request an exemption for. This field is required and should not be null.

setKey

public void setKey(PolicyViolationKey key)
Sets the key value for this ExemptionRequest.

Parameters:
key - * Identifies the violation to request an exemption for. This field is required and should not be null.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.