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

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

public class JobErrorReason
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _DUPLICATE_JOB_KEY_FOR_CUSTOMER
           
static String _JOB_TYPE_NOT_SUPPORTED
           
static String _PREREQUISITE_JOB_FAILED
           
static String _SELECTOR_CANNOT_USE_BOTH_JOB_IDS_AND_JOB_KEYS
           
static String _TOO_LATE_TO_CANCEL_JOB
           
static String _TOO_MANY_JOBS_IN_QUEUE
           
static String _TOO_MANY_PREREQUISITE_JOBS
           
static String _UNKNOWN
           
static String _USER_CANCELED_JOB
           
static String _WORKFLOW_FAILURE
           
static JobErrorReason DUPLICATE_JOB_KEY_FOR_CUSTOMER
           
static JobErrorReason JOB_TYPE_NOT_SUPPORTED
           
static JobErrorReason PREREQUISITE_JOB_FAILED
           
static JobErrorReason SELECTOR_CANNOT_USE_BOTH_JOB_IDS_AND_JOB_KEYS
           
static JobErrorReason TOO_LATE_TO_CANCEL_JOB
           
static JobErrorReason TOO_MANY_JOBS_IN_QUEUE
           
static JobErrorReason TOO_MANY_PREREQUISITE_JOBS
           
static JobErrorReason UNKNOWN
           
static JobErrorReason USER_CANCELED_JOB
           
static JobErrorReason WORKFLOW_FAILURE
           
 
Constructor Summary
protected JobErrorReason(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static JobErrorReason fromString(String value)
           
static JobErrorReason 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

_DUPLICATE_JOB_KEY_FOR_CUSTOMER

public static final String _DUPLICATE_JOB_KEY_FOR_CUSTOMER
See Also:
Constant Field Values

_JOB_TYPE_NOT_SUPPORTED

public static final String _JOB_TYPE_NOT_SUPPORTED
See Also:
Constant Field Values

_PREREQUISITE_JOB_FAILED

public static final String _PREREQUISITE_JOB_FAILED
See Also:
Constant Field Values

_SELECTOR_CANNOT_USE_BOTH_JOB_IDS_AND_JOB_KEYS

public static final String _SELECTOR_CANNOT_USE_BOTH_JOB_IDS_AND_JOB_KEYS
See Also:
Constant Field Values

_TOO_LATE_TO_CANCEL_JOB

public static final String _TOO_LATE_TO_CANCEL_JOB
See Also:
Constant Field Values

_TOO_MANY_PREREQUISITE_JOBS

public static final String _TOO_MANY_PREREQUISITE_JOBS
See Also:
Constant Field Values

_TOO_MANY_JOBS_IN_QUEUE

public static final String _TOO_MANY_JOBS_IN_QUEUE
See Also:
Constant Field Values

_USER_CANCELED_JOB

public static final String _USER_CANCELED_JOB
See Also:
Constant Field Values

_WORKFLOW_FAILURE

public static final String _WORKFLOW_FAILURE
See Also:
Constant Field Values

_UNKNOWN

public static final String _UNKNOWN
See Also:
Constant Field Values

DUPLICATE_JOB_KEY_FOR_CUSTOMER

public static final JobErrorReason DUPLICATE_JOB_KEY_FOR_CUSTOMER

JOB_TYPE_NOT_SUPPORTED

public static final JobErrorReason JOB_TYPE_NOT_SUPPORTED

PREREQUISITE_JOB_FAILED

public static final JobErrorReason PREREQUISITE_JOB_FAILED

SELECTOR_CANNOT_USE_BOTH_JOB_IDS_AND_JOB_KEYS

public static final JobErrorReason SELECTOR_CANNOT_USE_BOTH_JOB_IDS_AND_JOB_KEYS

TOO_LATE_TO_CANCEL_JOB

public static final JobErrorReason TOO_LATE_TO_CANCEL_JOB

TOO_MANY_PREREQUISITE_JOBS

public static final JobErrorReason TOO_MANY_PREREQUISITE_JOBS

TOO_MANY_JOBS_IN_QUEUE

public static final JobErrorReason TOO_MANY_JOBS_IN_QUEUE

USER_CANCELED_JOB

public static final JobErrorReason USER_CANCELED_JOB

WORKFLOW_FAILURE

public static final JobErrorReason WORKFLOW_FAILURE

UNKNOWN

public static final JobErrorReason UNKNOWN
Constructor Detail

JobErrorReason

protected JobErrorReason(String value)
Method Detail

getValue

public String getValue()

fromValue

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

fromString

public static JobErrorReason 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.