public class CustomCreativeErrorReason extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_CUSTOM_CREATIVE_NOT_ALLOWED |
static String |
_DUPLICATE_ASSET_IN_MACROS |
static String |
_DUPLICATE_MACRO_NAME_FOR_CREATIVE |
static String |
_MISSING_INTERSTITIAL_MACRO |
static String |
_SNIPPET_REFERENCES_MISSING_MACRO |
static String |
_UNKNOWN |
static String |
_UNRECOGNIZED_MACRO |
static CustomCreativeErrorReason |
CUSTOM_CREATIVE_NOT_ALLOWED |
static CustomCreativeErrorReason |
DUPLICATE_ASSET_IN_MACROS |
static CustomCreativeErrorReason |
DUPLICATE_MACRO_NAME_FOR_CREATIVE |
static CustomCreativeErrorReason |
MISSING_INTERSTITIAL_MACRO |
static CustomCreativeErrorReason |
SNIPPET_REFERENCES_MISSING_MACRO |
static CustomCreativeErrorReason |
UNKNOWN |
static CustomCreativeErrorReason |
UNRECOGNIZED_MACRO |
| Modifier | Constructor and Description |
|---|---|
protected |
CustomCreativeErrorReason(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CustomCreativeErrorReason |
fromString(String value) |
static CustomCreativeErrorReason |
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 _DUPLICATE_MACRO_NAME_FOR_CREATIVE
public static final String _SNIPPET_REFERENCES_MISSING_MACRO
public static final String _UNRECOGNIZED_MACRO
public static final String _CUSTOM_CREATIVE_NOT_ALLOWED
public static final String _MISSING_INTERSTITIAL_MACRO
public static final String _DUPLICATE_ASSET_IN_MACROS
public static final String _UNKNOWN
public static final CustomCreativeErrorReason DUPLICATE_MACRO_NAME_FOR_CREATIVE
public static final CustomCreativeErrorReason SNIPPET_REFERENCES_MISSING_MACRO
public static final CustomCreativeErrorReason UNRECOGNIZED_MACRO
public static final CustomCreativeErrorReason CUSTOM_CREATIVE_NOT_ALLOWED
public static final CustomCreativeErrorReason MISSING_INTERSTITIAL_MACRO
public static final CustomCreativeErrorReason DUPLICATE_ASSET_IN_MACROS
public static final CustomCreativeErrorReason UNKNOWN
protected CustomCreativeErrorReason(String value)
public String getValue()
public static CustomCreativeErrorReason fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static CustomCreativeErrorReason 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 © 2013. All Rights Reserved.