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

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

public class BiddingErrorReason
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _BID_AMOUNT_REQUIRED
           
static String _BID_ERROR
           
static String _BID_TOO_BIG
           
static String _BID_TOO_HIGH_FOR_DAILY_BUDGET
           
static String _BID_TOO_HIGH_FOR_MONTHLY_BUDGET
           
static String _BID_TOO_MANY_FRACTIONAL_DIGITS
           
static String _BID_TOO_SMALL
           
static String _CAMPAIGN_MUST_HAVE_A_BUDGET_TO_ENABLE_BUDGET_OPTIMIZER
           
static String _CANNOT_CREATE_CAMPAIGN_WITH_CONVERSION_OPTIMIZER
           
static String _CANNOT_SET_CONTENT_BID_WITHOUT_SETTING_KEYWORD_MAX_CPC_AS_WELL
           
static String _CANNOT_SET_SITE_MAX_CPC
           
static String _MANY_PER_CLICK_NOT_AVAILABLE_FOR_CUSTOMER
           
static String _MUST_EXCLUDE_0_TO_17_WITH_OTHER_AGE_EXCLUSIONS
           
static String _NON_POSITIVE_BID
           
static String _PAY_PER_CONVERSION_NOT_ALLOWED_WITH_MANY_PER_CLICK
           
static String _PAY_PER_CONVERSION_NOT_ALLOWED_WITH_TARGET_CPA
           
static String _PAY_PER_CONVERSION_NOT_AVAILABLE_FOR_CUSTOMER
           
static String _TARGET_CPA_NOT_AVAILABLE_FOR_CUSTOMER
           
static BiddingErrorReason BID_AMOUNT_REQUIRED
           
static BiddingErrorReason BID_ERROR
           
static BiddingErrorReason BID_TOO_BIG
           
static BiddingErrorReason BID_TOO_HIGH_FOR_DAILY_BUDGET
           
static BiddingErrorReason BID_TOO_HIGH_FOR_MONTHLY_BUDGET
           
static BiddingErrorReason BID_TOO_MANY_FRACTIONAL_DIGITS
           
static BiddingErrorReason BID_TOO_SMALL
           
static BiddingErrorReason CAMPAIGN_MUST_HAVE_A_BUDGET_TO_ENABLE_BUDGET_OPTIMIZER
           
static BiddingErrorReason CANNOT_CREATE_CAMPAIGN_WITH_CONVERSION_OPTIMIZER
           
static BiddingErrorReason CANNOT_SET_CONTENT_BID_WITHOUT_SETTING_KEYWORD_MAX_CPC_AS_WELL
           
static BiddingErrorReason CANNOT_SET_SITE_MAX_CPC
           
static BiddingErrorReason MANY_PER_CLICK_NOT_AVAILABLE_FOR_CUSTOMER
           
static BiddingErrorReason MUST_EXCLUDE_0_TO_17_WITH_OTHER_AGE_EXCLUSIONS
           
static BiddingErrorReason NON_POSITIVE_BID
           
static BiddingErrorReason PAY_PER_CONVERSION_NOT_ALLOWED_WITH_MANY_PER_CLICK
           
static BiddingErrorReason PAY_PER_CONVERSION_NOT_ALLOWED_WITH_TARGET_CPA
           
static BiddingErrorReason PAY_PER_CONVERSION_NOT_AVAILABLE_FOR_CUSTOMER
           
static BiddingErrorReason TARGET_CPA_NOT_AVAILABLE_FOR_CUSTOMER
           
 
Constructor Summary
protected BiddingErrorReason(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static BiddingErrorReason fromString(String value)
           
static BiddingErrorReason 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

_BID_AMOUNT_REQUIRED

public static final String _BID_AMOUNT_REQUIRED
See Also:
Constant Field Values

_BID_TOO_SMALL

public static final String _BID_TOO_SMALL
See Also:
Constant Field Values

_BID_TOO_BIG

public static final String _BID_TOO_BIG
See Also:
Constant Field Values

_BID_TOO_MANY_FRACTIONAL_DIGITS

public static final String _BID_TOO_MANY_FRACTIONAL_DIGITS
See Also:
Constant Field Values

_NON_POSITIVE_BID

public static final String _NON_POSITIVE_BID
See Also:
Constant Field Values

_BID_TOO_HIGH_FOR_DAILY_BUDGET

public static final String _BID_TOO_HIGH_FOR_DAILY_BUDGET
See Also:
Constant Field Values

_BID_TOO_HIGH_FOR_MONTHLY_BUDGET

public static final String _BID_TOO_HIGH_FOR_MONTHLY_BUDGET
See Also:
Constant Field Values

_MUST_EXCLUDE_0_TO_17_WITH_OTHER_AGE_EXCLUSIONS

public static final String _MUST_EXCLUDE_0_TO_17_WITH_OTHER_AGE_EXCLUSIONS
See Also:
Constant Field Values

_CAMPAIGN_MUST_HAVE_A_BUDGET_TO_ENABLE_BUDGET_OPTIMIZER

public static final String _CAMPAIGN_MUST_HAVE_A_BUDGET_TO_ENABLE_BUDGET_OPTIMIZER
See Also:
Constant Field Values

_CANNOT_SET_CONTENT_BID_WITHOUT_SETTING_KEYWORD_MAX_CPC_AS_WELL

public static final String _CANNOT_SET_CONTENT_BID_WITHOUT_SETTING_KEYWORD_MAX_CPC_AS_WELL
See Also:
Constant Field Values

_CANNOT_CREATE_CAMPAIGN_WITH_CONVERSION_OPTIMIZER

public static final String _CANNOT_CREATE_CAMPAIGN_WITH_CONVERSION_OPTIMIZER
See Also:
Constant Field Values

_PAY_PER_CONVERSION_NOT_AVAILABLE_FOR_CUSTOMER

public static final String _PAY_PER_CONVERSION_NOT_AVAILABLE_FOR_CUSTOMER
See Also:
Constant Field Values

_PAY_PER_CONVERSION_NOT_ALLOWED_WITH_TARGET_CPA

public static final String _PAY_PER_CONVERSION_NOT_ALLOWED_WITH_TARGET_CPA
See Also:
Constant Field Values

_PAY_PER_CONVERSION_NOT_ALLOWED_WITH_MANY_PER_CLICK

public static final String _PAY_PER_CONVERSION_NOT_ALLOWED_WITH_MANY_PER_CLICK
See Also:
Constant Field Values

_TARGET_CPA_NOT_AVAILABLE_FOR_CUSTOMER

public static final String _TARGET_CPA_NOT_AVAILABLE_FOR_CUSTOMER
See Also:
Constant Field Values

_MANY_PER_CLICK_NOT_AVAILABLE_FOR_CUSTOMER

public static final String _MANY_PER_CLICK_NOT_AVAILABLE_FOR_CUSTOMER
See Also:
Constant Field Values

_CANNOT_SET_SITE_MAX_CPC

public static final String _CANNOT_SET_SITE_MAX_CPC
See Also:
Constant Field Values

_BID_ERROR

public static final String _BID_ERROR
See Also:
Constant Field Values

BID_AMOUNT_REQUIRED

public static final BiddingErrorReason BID_AMOUNT_REQUIRED

BID_TOO_SMALL

public static final BiddingErrorReason BID_TOO_SMALL

BID_TOO_BIG

public static final BiddingErrorReason BID_TOO_BIG

BID_TOO_MANY_FRACTIONAL_DIGITS

public static final BiddingErrorReason BID_TOO_MANY_FRACTIONAL_DIGITS

NON_POSITIVE_BID

public static final BiddingErrorReason NON_POSITIVE_BID

BID_TOO_HIGH_FOR_DAILY_BUDGET

public static final BiddingErrorReason BID_TOO_HIGH_FOR_DAILY_BUDGET

BID_TOO_HIGH_FOR_MONTHLY_BUDGET

public static final BiddingErrorReason BID_TOO_HIGH_FOR_MONTHLY_BUDGET

MUST_EXCLUDE_0_TO_17_WITH_OTHER_AGE_EXCLUSIONS

public static final BiddingErrorReason MUST_EXCLUDE_0_TO_17_WITH_OTHER_AGE_EXCLUSIONS

CAMPAIGN_MUST_HAVE_A_BUDGET_TO_ENABLE_BUDGET_OPTIMIZER

public static final BiddingErrorReason CAMPAIGN_MUST_HAVE_A_BUDGET_TO_ENABLE_BUDGET_OPTIMIZER

CANNOT_SET_CONTENT_BID_WITHOUT_SETTING_KEYWORD_MAX_CPC_AS_WELL

public static final BiddingErrorReason CANNOT_SET_CONTENT_BID_WITHOUT_SETTING_KEYWORD_MAX_CPC_AS_WELL

CANNOT_CREATE_CAMPAIGN_WITH_CONVERSION_OPTIMIZER

public static final BiddingErrorReason CANNOT_CREATE_CAMPAIGN_WITH_CONVERSION_OPTIMIZER

PAY_PER_CONVERSION_NOT_AVAILABLE_FOR_CUSTOMER

public static final BiddingErrorReason PAY_PER_CONVERSION_NOT_AVAILABLE_FOR_CUSTOMER

PAY_PER_CONVERSION_NOT_ALLOWED_WITH_TARGET_CPA

public static final BiddingErrorReason PAY_PER_CONVERSION_NOT_ALLOWED_WITH_TARGET_CPA

PAY_PER_CONVERSION_NOT_ALLOWED_WITH_MANY_PER_CLICK

public static final BiddingErrorReason PAY_PER_CONVERSION_NOT_ALLOWED_WITH_MANY_PER_CLICK

TARGET_CPA_NOT_AVAILABLE_FOR_CUSTOMER

public static final BiddingErrorReason TARGET_CPA_NOT_AVAILABLE_FOR_CUSTOMER

MANY_PER_CLICK_NOT_AVAILABLE_FOR_CUSTOMER

public static final BiddingErrorReason MANY_PER_CLICK_NOT_AVAILABLE_FOR_CUSTOMER

CANNOT_SET_SITE_MAX_CPC

public static final BiddingErrorReason CANNOT_SET_SITE_MAX_CPC

BID_ERROR

public static final BiddingErrorReason BID_ERROR
Constructor Detail

BiddingErrorReason

protected BiddingErrorReason(String value)
Method Detail

getValue

public String getValue()

fromValue

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

fromString

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