public class AdSenseAccountErrorReason extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_ASSOCIATE_ACCOUNT_API_ERROR |
static String |
_GET_AD_SLOT_API_ERROR |
static String |
_GET_BULK_ACCOUNT_STATUSES_API_ERROR |
static String |
_GET_CHANNEL_API_ERROR |
static String |
_RESEND_VERIFICATION_EMAIL_ERROR |
static String |
_UNEXPECTED_API_RESPONSE_ERROR |
static String |
_UNKNOWN |
static AdSenseAccountErrorReason |
ASSOCIATE_ACCOUNT_API_ERROR |
static AdSenseAccountErrorReason |
GET_AD_SLOT_API_ERROR |
static AdSenseAccountErrorReason |
GET_BULK_ACCOUNT_STATUSES_API_ERROR |
static AdSenseAccountErrorReason |
GET_CHANNEL_API_ERROR |
static AdSenseAccountErrorReason |
RESEND_VERIFICATION_EMAIL_ERROR |
static AdSenseAccountErrorReason |
UNEXPECTED_API_RESPONSE_ERROR |
static AdSenseAccountErrorReason |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
AdSenseAccountErrorReason(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static AdSenseAccountErrorReason |
fromString(String value) |
static AdSenseAccountErrorReason |
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() |
public static final String _ASSOCIATE_ACCOUNT_API_ERROR
public static final String _GET_AD_SLOT_API_ERROR
public static final String _GET_CHANNEL_API_ERROR
public static final String _GET_BULK_ACCOUNT_STATUSES_API_ERROR
public static final String _RESEND_VERIFICATION_EMAIL_ERROR
public static final String _UNEXPECTED_API_RESPONSE_ERROR
public static final String _UNKNOWN
public static final AdSenseAccountErrorReason ASSOCIATE_ACCOUNT_API_ERROR
public static final AdSenseAccountErrorReason GET_AD_SLOT_API_ERROR
public static final AdSenseAccountErrorReason GET_CHANNEL_API_ERROR
public static final AdSenseAccountErrorReason GET_BULK_ACCOUNT_STATUSES_API_ERROR
public static final AdSenseAccountErrorReason RESEND_VERIFICATION_EMAIL_ERROR
public static final AdSenseAccountErrorReason UNEXPECTED_API_RESPONSE_ERROR
public static final AdSenseAccountErrorReason UNKNOWN
protected AdSenseAccountErrorReason(String value)
public String getValue()
public static AdSenseAccountErrorReason fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static AdSenseAccountErrorReason fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2018. All Rights Reserved.