Package com.vidispine.generated
Class JobTaskType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.JobTaskType.PropInfo
-
- Enclosing class:
- JobTaskType
public static class JobTaskType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTEMPTS
static String
DESCRIPTION
static String
ERROR_MESSAGE
static String
ID
static String
PROGRESS
static String
STATUS
static String
STEP
static String
SUB_STEP
static String
SUB_TASK
static String
TIMESTAMP
static String
TOTAL_SUB_TASKS
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
STEP
public static final transient String STEP
- See Also:
- Constant Field Values
-
ATTEMPTS
public static final transient String ATTEMPTS
- See Also:
- Constant Field Values
-
STATUS
public static final transient String STATUS
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final transient String TIMESTAMP
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final transient String DESCRIPTION
- See Also:
- Constant Field Values
-
PROGRESS
public static final transient String PROGRESS
- See Also:
- Constant Field Values
-
SUB_STEP
public static final transient String SUB_STEP
- See Also:
- Constant Field Values
-
ERROR_MESSAGE
public static final transient String ERROR_MESSAGE
- See Also:
- Constant Field Values
-
TOTAL_SUB_TASKS
public static final transient String TOTAL_SUB_TASKS
- See Also:
- Constant Field Values
-
SUB_TASK
public static final transient String SUB_TASK
- See Also:
- Constant Field Values
-
ID
public static final transient String ID
- See Also:
- Constant Field Values
-
-