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

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

public class AdParamErrorReason
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _AD_PARAM_CANNOT_BE_SPECIFIED_MULTIPLE_TIMES
           
static String _AD_PARAM_DOES_NOT_EXIST
           
static String _CRITERION_SPECIFIED_MUST_BE_KEYWORD
           
static String _INVALID_ADGROUP_CRITERION_SPECIFIED
           
static String _INVALID_INSERTION_TEXT_FORMAT
           
static String _MUST_SPECIFY_ADGROUP_ID
           
static String _UNKNOWN
           
static AdParamErrorReason AD_PARAM_CANNOT_BE_SPECIFIED_MULTIPLE_TIMES
           
static AdParamErrorReason AD_PARAM_DOES_NOT_EXIST
           
static AdParamErrorReason CRITERION_SPECIFIED_MUST_BE_KEYWORD
           
static AdParamErrorReason INVALID_ADGROUP_CRITERION_SPECIFIED
           
static AdParamErrorReason INVALID_INSERTION_TEXT_FORMAT
           
static AdParamErrorReason MUST_SPECIFY_ADGROUP_ID
           
static AdParamErrorReason UNKNOWN
           
 
Constructor Summary
protected AdParamErrorReason(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static AdParamErrorReason fromString(String value)
           
static AdParamErrorReason fromValue(String value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_AD_PARAM_CANNOT_BE_SPECIFIED_MULTIPLE_TIMES

public static final String _AD_PARAM_CANNOT_BE_SPECIFIED_MULTIPLE_TIMES
See Also:
Constant Field Values

_AD_PARAM_DOES_NOT_EXIST

public static final String _AD_PARAM_DOES_NOT_EXIST
See Also:
Constant Field Values

_CRITERION_SPECIFIED_MUST_BE_KEYWORD

public static final String _CRITERION_SPECIFIED_MUST_BE_KEYWORD
See Also:
Constant Field Values

_INVALID_ADGROUP_CRITERION_SPECIFIED

public static final String _INVALID_ADGROUP_CRITERION_SPECIFIED
See Also:
Constant Field Values

_INVALID_INSERTION_TEXT_FORMAT

public static final String _INVALID_INSERTION_TEXT_FORMAT
See Also:
Constant Field Values

_MUST_SPECIFY_ADGROUP_ID

public static final String _MUST_SPECIFY_ADGROUP_ID
See Also:
Constant Field Values

_UNKNOWN

public static final String _UNKNOWN
See Also:
Constant Field Values

AD_PARAM_CANNOT_BE_SPECIFIED_MULTIPLE_TIMES

public static final AdParamErrorReason AD_PARAM_CANNOT_BE_SPECIFIED_MULTIPLE_TIMES

AD_PARAM_DOES_NOT_EXIST

public static final AdParamErrorReason AD_PARAM_DOES_NOT_EXIST

CRITERION_SPECIFIED_MUST_BE_KEYWORD

public static final AdParamErrorReason CRITERION_SPECIFIED_MUST_BE_KEYWORD

INVALID_ADGROUP_CRITERION_SPECIFIED

public static final AdParamErrorReason INVALID_ADGROUP_CRITERION_SPECIFIED

INVALID_INSERTION_TEXT_FORMAT

public static final AdParamErrorReason INVALID_INSERTION_TEXT_FORMAT

MUST_SPECIFY_ADGROUP_ID

public static final AdParamErrorReason MUST_SPECIFY_ADGROUP_ID

UNKNOWN

public static final AdParamErrorReason UNKNOWN
Constructor Detail

AdParamErrorReason

protected AdParamErrorReason(String value)
Method Detail

getValue

public String getValue()

fromValue

public static AdParamErrorReason fromValue(String value)
                                    throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

public static AdParamErrorReason fromString(String value)
                                     throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

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

getDeserializer

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

getTypeDesc

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



Copyright © 2011. All Rights Reserved.