Package com.vidispine.generated
Class StorageMethodType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.StorageMethodType.PropInfo
-
- Enclosing class:
- StorageMethodType
public static class StorageMethodType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BANDWIDTH
static String
BROWSE
static String
FAILURE_MESSAGE
static String
ID
static String
LAST_FAILURE
static String
LAST_SUCCESS
static String
LOC
static String
METADATA
static String
READ
static String
TYPE
static String
URI
static String
WRITE
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
LOC
public static final transient String LOC
- See Also:
- Constant Field Values
-
ID
public static final transient String ID
- See Also:
- Constant Field Values
-
URI
public static final transient String URI
- See Also:
- Constant Field Values
-
BANDWIDTH
public static final transient String BANDWIDTH
- See Also:
- Constant Field Values
-
READ
public static final transient String READ
- See Also:
- Constant Field Values
-
WRITE
public static final transient String WRITE
- See Also:
- Constant Field Values
-
BROWSE
public static final transient String BROWSE
- See Also:
- Constant Field Values
-
LAST_SUCCESS
public static final transient String LAST_SUCCESS
- See Also:
- Constant Field Values
-
LAST_FAILURE
public static final transient String LAST_FAILURE
- See Also:
- Constant Field Values
-
FAILURE_MESSAGE
public static final transient String FAILURE_MESSAGE
- See Also:
- Constant Field Values
-
TYPE
public static final transient String TYPE
- See Also:
- Constant Field Values
-
METADATA
public static final transient String METADATA
- See Also:
- Constant Field Values
-
-