com.google.api.ads.dfp.axis.v201206
Class CustomCreativeErrorReason

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

public class CustomCreativeErrorReason
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
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 _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 UNRECOGNIZED_MACRO
           
 
Constructor Summary
protected CustomCreativeErrorReason(String value)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_DUPLICATE_MACRO_NAME_FOR_CREATIVE

public static final String _DUPLICATE_MACRO_NAME_FOR_CREATIVE
See Also:
Constant Field Values

_SNIPPET_REFERENCES_MISSING_MACRO

public static final String _SNIPPET_REFERENCES_MISSING_MACRO
See Also:
Constant Field Values

_UNRECOGNIZED_MACRO

public static final String _UNRECOGNIZED_MACRO
See Also:
Constant Field Values

_CUSTOM_CREATIVE_NOT_ALLOWED

public static final String _CUSTOM_CREATIVE_NOT_ALLOWED
See Also:
Constant Field Values

_MISSING_INTERSTITIAL_MACRO

public static final String _MISSING_INTERSTITIAL_MACRO
See Also:
Constant Field Values

_DUPLICATE_ASSET_IN_MACROS

public static final String _DUPLICATE_ASSET_IN_MACROS
See Also:
Constant Field Values

DUPLICATE_MACRO_NAME_FOR_CREATIVE

public static final CustomCreativeErrorReason DUPLICATE_MACRO_NAME_FOR_CREATIVE

SNIPPET_REFERENCES_MISSING_MACRO

public static final CustomCreativeErrorReason SNIPPET_REFERENCES_MISSING_MACRO

UNRECOGNIZED_MACRO

public static final CustomCreativeErrorReason UNRECOGNIZED_MACRO

CUSTOM_CREATIVE_NOT_ALLOWED

public static final CustomCreativeErrorReason CUSTOM_CREATIVE_NOT_ALLOWED

MISSING_INTERSTITIAL_MACRO

public static final CustomCreativeErrorReason MISSING_INTERSTITIAL_MACRO

DUPLICATE_ASSET_IN_MACROS

public static final CustomCreativeErrorReason DUPLICATE_ASSET_IN_MACROS
Constructor Detail

CustomCreativeErrorReason

protected CustomCreativeErrorReason(String value)
Method Detail

getValue

public String getValue()

fromValue

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

fromString

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