com.google.api.ads.adwords.v201109.cm
Class VideoErrorReason
java.lang.Object
com.google.api.ads.adwords.v201109.cm.VideoErrorReason
- All Implemented Interfaces:
- Serializable
public class VideoErrorReason
- extends Object
- implements Serializable
- See Also:
- Serialized Form
_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
VideoErrorReason
protected VideoErrorReason(String value)
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.