Package com.vidispine.generated
Class ThumbnailServiceType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.ThumbnailServiceType.PropInfo
-
- Enclosing class:
- ThumbnailServiceType
public static class ThumbnailServiceType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
FAILURE_MESSAGE
static String
LAST_FAILURE
static String
LAST_SUCCESS
static String
MODE
static String
PATH
static String
STATE
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
PATH
public static final transient String PATH
- See Also:
- Constant Field Values
-
STATE
public static final transient String STATE
- 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
-
MODE
public static final transient String MODE
- See Also:
- Constant Field Values
-
-