com.google.api.ads.dfp.axis.v201208
Class CreativeTemplateErrorReason

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201208.CreativeTemplateErrorReason
All Implemented Interfaces:
Serializable

public class CreativeTemplateErrorReason
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _CANNOT_PARSE_CREATIVE_TEMPLATE
           
static String _LIST_CHOICE_DUPLICATE_VALUE
           
static String _LIST_CHOICE_NEEDS_DEFAULT
           
static String _LIST_CHOICES_EMPTY
           
static String _MISSING_INTERSTITIAL_MACRO
           
static String _MULTIPLE_TARGET_PLATFORMS
           
static String _NO_TARGET_PLATFORMS
           
static String _PLACEHOLDERS_NOT_IN_FORMATTER
           
static String _UNRECOGNIZED_PLACEHOLDER
           
static String _VARIABLE_DUPLICATE_UNIQUE_NAME
           
static String _VARIABLE_INVALID_UNIQUE_NAME
           
static CreativeTemplateErrorReason CANNOT_PARSE_CREATIVE_TEMPLATE
           
static CreativeTemplateErrorReason LIST_CHOICE_DUPLICATE_VALUE
           
static CreativeTemplateErrorReason LIST_CHOICE_NEEDS_DEFAULT
           
static CreativeTemplateErrorReason LIST_CHOICES_EMPTY
           
static CreativeTemplateErrorReason MISSING_INTERSTITIAL_MACRO
           
static CreativeTemplateErrorReason MULTIPLE_TARGET_PLATFORMS
           
static CreativeTemplateErrorReason NO_TARGET_PLATFORMS
           
static CreativeTemplateErrorReason PLACEHOLDERS_NOT_IN_FORMATTER
           
static CreativeTemplateErrorReason UNRECOGNIZED_PLACEHOLDER
           
static CreativeTemplateErrorReason VARIABLE_DUPLICATE_UNIQUE_NAME
           
static CreativeTemplateErrorReason VARIABLE_INVALID_UNIQUE_NAME
           
 
Constructor Summary
protected CreativeTemplateErrorReason(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static CreativeTemplateErrorReason fromString(String value)
           
static CreativeTemplateErrorReason 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

_CANNOT_PARSE_CREATIVE_TEMPLATE

public static final String _CANNOT_PARSE_CREATIVE_TEMPLATE
See Also:
Constant Field Values

_VARIABLE_DUPLICATE_UNIQUE_NAME

public static final String _VARIABLE_DUPLICATE_UNIQUE_NAME
See Also:
Constant Field Values

_VARIABLE_INVALID_UNIQUE_NAME

public static final String _VARIABLE_INVALID_UNIQUE_NAME
See Also:
Constant Field Values

_LIST_CHOICE_DUPLICATE_VALUE

public static final String _LIST_CHOICE_DUPLICATE_VALUE
See Also:
Constant Field Values

_LIST_CHOICE_NEEDS_DEFAULT

public static final String _LIST_CHOICE_NEEDS_DEFAULT
See Also:
Constant Field Values

_LIST_CHOICES_EMPTY

public static final String _LIST_CHOICES_EMPTY
See Also:
Constant Field Values

_NO_TARGET_PLATFORMS

public static final String _NO_TARGET_PLATFORMS
See Also:
Constant Field Values

_MULTIPLE_TARGET_PLATFORMS

public static final String _MULTIPLE_TARGET_PLATFORMS
See Also:
Constant Field Values

_UNRECOGNIZED_PLACEHOLDER

public static final String _UNRECOGNIZED_PLACEHOLDER
See Also:
Constant Field Values

_PLACEHOLDERS_NOT_IN_FORMATTER

public static final String _PLACEHOLDERS_NOT_IN_FORMATTER
See Also:
Constant Field Values

_MISSING_INTERSTITIAL_MACRO

public static final String _MISSING_INTERSTITIAL_MACRO
See Also:
Constant Field Values

CANNOT_PARSE_CREATIVE_TEMPLATE

public static final CreativeTemplateErrorReason CANNOT_PARSE_CREATIVE_TEMPLATE

VARIABLE_DUPLICATE_UNIQUE_NAME

public static final CreativeTemplateErrorReason VARIABLE_DUPLICATE_UNIQUE_NAME

VARIABLE_INVALID_UNIQUE_NAME

public static final CreativeTemplateErrorReason VARIABLE_INVALID_UNIQUE_NAME

LIST_CHOICE_DUPLICATE_VALUE

public static final CreativeTemplateErrorReason LIST_CHOICE_DUPLICATE_VALUE

LIST_CHOICE_NEEDS_DEFAULT

public static final CreativeTemplateErrorReason LIST_CHOICE_NEEDS_DEFAULT

LIST_CHOICES_EMPTY

public static final CreativeTemplateErrorReason LIST_CHOICES_EMPTY

NO_TARGET_PLATFORMS

public static final CreativeTemplateErrorReason NO_TARGET_PLATFORMS

MULTIPLE_TARGET_PLATFORMS

public static final CreativeTemplateErrorReason MULTIPLE_TARGET_PLATFORMS

UNRECOGNIZED_PLACEHOLDER

public static final CreativeTemplateErrorReason UNRECOGNIZED_PLACEHOLDER

PLACEHOLDERS_NOT_IN_FORMATTER

public static final CreativeTemplateErrorReason PLACEHOLDERS_NOT_IN_FORMATTER

MISSING_INTERSTITIAL_MACRO

public static final CreativeTemplateErrorReason MISSING_INTERSTITIAL_MACRO
Constructor Detail

CreativeTemplateErrorReason

protected CreativeTemplateErrorReason(String value)
Method Detail

getValue

public String getValue()

fromValue

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

fromString

public static CreativeTemplateErrorReason 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 © 2012. All Rights Reserved.