public class VideoAdTagErrorReason extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_INVALID_AD_TAG_HOST |
static String |
_INVALID_SCHEME |
static String |
_MISSING_REQUIRED_FIELDS |
static String |
_NO_LIVE_TRAFFIC |
static String |
_NO_VOD_TRAFFIC |
static String |
_UNKNOWN |
static VideoAdTagErrorReason |
INVALID_AD_TAG_HOST |
static VideoAdTagErrorReason |
INVALID_SCHEME |
static VideoAdTagErrorReason |
MISSING_REQUIRED_FIELDS |
static VideoAdTagErrorReason |
NO_LIVE_TRAFFIC |
static VideoAdTagErrorReason |
NO_VOD_TRAFFIC |
static VideoAdTagErrorReason |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
VideoAdTagErrorReason(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static VideoAdTagErrorReason |
fromString(String value) |
static VideoAdTagErrorReason |
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 _MISSING_REQUIRED_FIELDS
public static final String _NO_LIVE_TRAFFIC
public static final String _NO_VOD_TRAFFIC
public static final String _INVALID_AD_TAG_HOST
public static final String _INVALID_SCHEME
public static final String _UNKNOWN
public static final VideoAdTagErrorReason MISSING_REQUIRED_FIELDS
public static final VideoAdTagErrorReason NO_LIVE_TRAFFIC
public static final VideoAdTagErrorReason NO_VOD_TRAFFIC
public static final VideoAdTagErrorReason INVALID_AD_TAG_HOST
public static final VideoAdTagErrorReason INVALID_SCHEME
public static final VideoAdTagErrorReason UNKNOWN
protected VideoAdTagErrorReason(String value)
public String getValue()
public static VideoAdTagErrorReason fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static VideoAdTagErrorReason 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 © 2022. All rights reserved.