public class LiveStreamEventDvrWindowErrorReason extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_DVR_WINDOW_TOO_HIGH |
static String |
_DVR_WINDOW_TOO_LOW |
static String |
_UNKNOWN |
static LiveStreamEventDvrWindowErrorReason |
DVR_WINDOW_TOO_HIGH |
static LiveStreamEventDvrWindowErrorReason |
DVR_WINDOW_TOO_LOW |
static LiveStreamEventDvrWindowErrorReason |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
LiveStreamEventDvrWindowErrorReason(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static LiveStreamEventDvrWindowErrorReason |
fromString(String value) |
static LiveStreamEventDvrWindowErrorReason |
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 _DVR_WINDOW_TOO_HIGH
public static final String _DVR_WINDOW_TOO_LOW
public static final String _UNKNOWN
public static final LiveStreamEventDvrWindowErrorReason DVR_WINDOW_TOO_HIGH
public static final LiveStreamEventDvrWindowErrorReason DVR_WINDOW_TOO_LOW
public static final LiveStreamEventDvrWindowErrorReason UNKNOWN
protected LiveStreamEventDvrWindowErrorReason(String value)
public String getValue()
public static LiveStreamEventDvrWindowErrorReason fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static LiveStreamEventDvrWindowErrorReason 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 © 2018. All Rights Reserved.