com.google.api.ads.adwords.v201109.mcm
Class AlertType

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

public class AlertType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _ACCOUNT_BUDGET_BURN_RATE
           
static String _ACCOUNT_BUDGET_ENDING
           
static String _ACCOUNT_ON_TARGET
           
static String _CAMPAIGN_ENDED
           
static String _CAMPAIGN_ENDING
           
static String _CREDIT_CARD_EXPIRING
           
static String _DECLINED_PAYMENT
           
static String _MANAGER_LINK_PENDING
           
static String _MISSING_BANK_REFERENCE_NUMBER
           
static String _PAYMENT_NOT_ENTERED
           
static String _TV_ACCOUNT_BUDGET_ENDING
           
static String _TV_ACCOUNT_ON_TARGET
           
static String _TV_ZERO_DAILY_SPENDING_LIMIT
           
static String _UNKNOWN
           
static String _USER_INVITE_ACCEPTED
           
static String _USER_INVITE_PENDING
           
static String _ZERO_DAILY_SPENDING_LIMIT
           
static AlertType ACCOUNT_BUDGET_BURN_RATE
           
static AlertType ACCOUNT_BUDGET_ENDING
           
static AlertType ACCOUNT_ON_TARGET
           
static AlertType CAMPAIGN_ENDED
           
static AlertType CAMPAIGN_ENDING
           
static AlertType CREDIT_CARD_EXPIRING
           
static AlertType DECLINED_PAYMENT
           
static AlertType MANAGER_LINK_PENDING
           
static AlertType MISSING_BANK_REFERENCE_NUMBER
           
static AlertType PAYMENT_NOT_ENTERED
           
static AlertType TV_ACCOUNT_BUDGET_ENDING
           
static AlertType TV_ACCOUNT_ON_TARGET
           
static AlertType TV_ZERO_DAILY_SPENDING_LIMIT
           
static AlertType UNKNOWN
           
static AlertType USER_INVITE_ACCEPTED
           
static AlertType USER_INVITE_PENDING
           
static AlertType ZERO_DAILY_SPENDING_LIMIT
           
 
Constructor Summary
protected AlertType(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static AlertType fromString(String value)
           
static AlertType 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

_ACCOUNT_ON_TARGET

public static final String _ACCOUNT_ON_TARGET
See Also:
Constant Field Values

_DECLINED_PAYMENT

public static final String _DECLINED_PAYMENT
See Also:
Constant Field Values

_CREDIT_CARD_EXPIRING

public static final String _CREDIT_CARD_EXPIRING
See Also:
Constant Field Values

_ACCOUNT_BUDGET_ENDING

public static final String _ACCOUNT_BUDGET_ENDING
See Also:
Constant Field Values

_CAMPAIGN_ENDING

public static final String _CAMPAIGN_ENDING
See Also:
Constant Field Values

_PAYMENT_NOT_ENTERED

public static final String _PAYMENT_NOT_ENTERED
See Also:
Constant Field Values

_MISSING_BANK_REFERENCE_NUMBER

public static final String _MISSING_BANK_REFERENCE_NUMBER
See Also:
Constant Field Values

_CAMPAIGN_ENDED

public static final String _CAMPAIGN_ENDED
See Also:
Constant Field Values

_ACCOUNT_BUDGET_BURN_RATE

public static final String _ACCOUNT_BUDGET_BURN_RATE
See Also:
Constant Field Values

_USER_INVITE_PENDING

public static final String _USER_INVITE_PENDING
See Also:
Constant Field Values

_USER_INVITE_ACCEPTED

public static final String _USER_INVITE_ACCEPTED
See Also:
Constant Field Values

_MANAGER_LINK_PENDING

public static final String _MANAGER_LINK_PENDING
See Also:
Constant Field Values

_ZERO_DAILY_SPENDING_LIMIT

public static final String _ZERO_DAILY_SPENDING_LIMIT
See Also:
Constant Field Values

_TV_ACCOUNT_ON_TARGET

public static final String _TV_ACCOUNT_ON_TARGET
See Also:
Constant Field Values

_TV_ACCOUNT_BUDGET_ENDING

public static final String _TV_ACCOUNT_BUDGET_ENDING
See Also:
Constant Field Values

_TV_ZERO_DAILY_SPENDING_LIMIT

public static final String _TV_ZERO_DAILY_SPENDING_LIMIT
See Also:
Constant Field Values

_UNKNOWN

public static final String _UNKNOWN
See Also:
Constant Field Values

ACCOUNT_ON_TARGET

public static final AlertType ACCOUNT_ON_TARGET

DECLINED_PAYMENT

public static final AlertType DECLINED_PAYMENT

CREDIT_CARD_EXPIRING

public static final AlertType CREDIT_CARD_EXPIRING

ACCOUNT_BUDGET_ENDING

public static final AlertType ACCOUNT_BUDGET_ENDING

CAMPAIGN_ENDING

public static final AlertType CAMPAIGN_ENDING

PAYMENT_NOT_ENTERED

public static final AlertType PAYMENT_NOT_ENTERED

MISSING_BANK_REFERENCE_NUMBER

public static final AlertType MISSING_BANK_REFERENCE_NUMBER

CAMPAIGN_ENDED

public static final AlertType CAMPAIGN_ENDED

ACCOUNT_BUDGET_BURN_RATE

public static final AlertType ACCOUNT_BUDGET_BURN_RATE

USER_INVITE_PENDING

public static final AlertType USER_INVITE_PENDING

USER_INVITE_ACCEPTED

public static final AlertType USER_INVITE_ACCEPTED

MANAGER_LINK_PENDING

public static final AlertType MANAGER_LINK_PENDING

ZERO_DAILY_SPENDING_LIMIT

public static final AlertType ZERO_DAILY_SPENDING_LIMIT

TV_ACCOUNT_ON_TARGET

public static final AlertType TV_ACCOUNT_ON_TARGET

TV_ACCOUNT_BUDGET_ENDING

public static final AlertType TV_ACCOUNT_BUDGET_ENDING

TV_ZERO_DAILY_SPENDING_LIMIT

public static final AlertType TV_ZERO_DAILY_SPENDING_LIMIT

UNKNOWN

public static final AlertType UNKNOWN
Constructor Detail

AlertType

protected AlertType(String value)
Method Detail

getValue

public String getValue()

fromValue

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

fromString

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