com.google.api.ads.adwords.v201109.cm
Class VideoErrorReason

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.VideoErrorReason
All Implemented Interfaces:
Serializable

public class VideoErrorReason
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _BAD_REQUEST
           
static String _ERROR_GENERATING_STREAMING_URL
           
static String _FILE_TOO_LARGE
           
static String _INVALID_AD_ID
           
static String _INVALID_INPUT
           
static String _INVALID_ISCI
           
static String _INVALID_VIDEO
           
static String _PROBLEM_READING_FILE
           
static String _SERVER_ERROR
           
static String _STORAGE_ERROR
           
static String _UNEXPECTED_SIZE
           
static String _VIDEO_PROCESSING_ERROR
           
static VideoErrorReason BAD_REQUEST
           
static VideoErrorReason ERROR_GENERATING_STREAMING_URL
           
static VideoErrorReason FILE_TOO_LARGE
           
static VideoErrorReason INVALID_AD_ID
           
static VideoErrorReason INVALID_INPUT
           
static VideoErrorReason INVALID_ISCI
           
static VideoErrorReason INVALID_VIDEO
           
static VideoErrorReason PROBLEM_READING_FILE
           
static VideoErrorReason SERVER_ERROR
           
static VideoErrorReason STORAGE_ERROR
           
static VideoErrorReason UNEXPECTED_SIZE
           
static VideoErrorReason VIDEO_PROCESSING_ERROR
           
 
Constructor Summary
protected VideoErrorReason(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static VideoErrorReason fromString(String value)
           
static VideoErrorReason 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

_INVALID_VIDEO

public static final String _INVALID_VIDEO
See Also:
Constant Field Values

_STORAGE_ERROR

public static final String _STORAGE_ERROR
See Also:
Constant Field Values

_BAD_REQUEST

public static final String _BAD_REQUEST
See Also:
Constant Field Values

_ERROR_GENERATING_STREAMING_URL

public static final String _ERROR_GENERATING_STREAMING_URL
See Also:
Constant Field Values

_UNEXPECTED_SIZE

public static final String _UNEXPECTED_SIZE
See Also:
Constant Field Values

_SERVER_ERROR

public static final String _SERVER_ERROR
See Also:
Constant Field Values

_FILE_TOO_LARGE

public static final String _FILE_TOO_LARGE
See Also:
Constant Field Values

_VIDEO_PROCESSING_ERROR

public static final String _VIDEO_PROCESSING_ERROR
See Also:
Constant Field Values

_INVALID_INPUT

public static final String _INVALID_INPUT
See Also:
Constant Field Values

_PROBLEM_READING_FILE

public static final String _PROBLEM_READING_FILE
See Also:
Constant Field Values

_INVALID_ISCI

public static final String _INVALID_ISCI
See Also:
Constant Field Values

_INVALID_AD_ID

public static final String _INVALID_AD_ID
See Also:
Constant Field Values

INVALID_VIDEO

public static final VideoErrorReason INVALID_VIDEO

STORAGE_ERROR

public static final VideoErrorReason STORAGE_ERROR

BAD_REQUEST

public static final VideoErrorReason BAD_REQUEST

ERROR_GENERATING_STREAMING_URL

public static final VideoErrorReason ERROR_GENERATING_STREAMING_URL

UNEXPECTED_SIZE

public static final VideoErrorReason UNEXPECTED_SIZE

SERVER_ERROR

public static final VideoErrorReason SERVER_ERROR

FILE_TOO_LARGE

public static final VideoErrorReason FILE_TOO_LARGE

VIDEO_PROCESSING_ERROR

public static final VideoErrorReason VIDEO_PROCESSING_ERROR

INVALID_INPUT

public static final VideoErrorReason INVALID_INPUT

PROBLEM_READING_FILE

public static final VideoErrorReason PROBLEM_READING_FILE

INVALID_ISCI

public static final VideoErrorReason INVALID_ISCI

INVALID_AD_ID

public static final VideoErrorReason INVALID_AD_ID
Constructor Detail

VideoErrorReason

protected VideoErrorReason(String value)
Method Detail

getValue

public String getValue()

fromValue

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

fromString

public static VideoErrorReason 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 © 2011. All Rights Reserved.