public class ProgrammaticProductErrorReason extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_ENVIRONMENT_IS_NULL |
static String |
_INVALID_AD_EXCHANGE_ENVIRONMENT |
static String |
_PRODUCT_MARKETPLACE_INFO_IS_NULL |
static String |
_UNKNOWN |
static ProgrammaticProductErrorReason |
ENVIRONMENT_IS_NULL |
static ProgrammaticProductErrorReason |
INVALID_AD_EXCHANGE_ENVIRONMENT |
static ProgrammaticProductErrorReason |
PRODUCT_MARKETPLACE_INFO_IS_NULL |
static ProgrammaticProductErrorReason |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
ProgrammaticProductErrorReason(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ProgrammaticProductErrorReason |
fromString(String value) |
static ProgrammaticProductErrorReason |
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 _PRODUCT_MARKETPLACE_INFO_IS_NULL
public static final String _ENVIRONMENT_IS_NULL
public static final String _INVALID_AD_EXCHANGE_ENVIRONMENT
public static final String _UNKNOWN
public static final ProgrammaticProductErrorReason PRODUCT_MARKETPLACE_INFO_IS_NULL
public static final ProgrammaticProductErrorReason ENVIRONMENT_IS_NULL
public static final ProgrammaticProductErrorReason INVALID_AD_EXCHANGE_ENVIRONMENT
public static final ProgrammaticProductErrorReason UNKNOWN
protected ProgrammaticProductErrorReason(String value)
public String getValue()
public static ProgrammaticProductErrorReason fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static ProgrammaticProductErrorReason 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.