Package com.vidispine.generated
Class TransferLogEntryType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.TransferLogEntryType.PropInfo
-
- Enclosing class:
- TransferLogEntryType
public static class TransferLogEntryType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DESTINATION_FILE
static String
DESTINATION_ITEM
static String
DESTINATION_SHAPE
static String
DESTINATION_STORAGE
static String
DESTINATION_URI
static String
ID
static String
JOB
static String
METHOD
static String
REFERRED_ID
static String
SOURCE_FILE
static String
SOURCE_ITEM
static String
SOURCE_SHAPE
static String
SOURCE_STORAGE
static String
SOURCE_URI
static String
STATUS
static String
TIMESTAMP
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
ID
public static final transient String ID
- See Also:
- Constant Field Values
-
REFERRED_ID
public static final transient String REFERRED_ID
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final transient String TIMESTAMP
- See Also:
- Constant Field Values
-
METHOD
public static final transient String METHOD
- See Also:
- Constant Field Values
-
SOURCE_URI
public static final transient String SOURCE_URI
- See Also:
- Constant Field Values
-
DESTINATION_URI
public static final transient String DESTINATION_URI
- See Also:
- Constant Field Values
-
SOURCE_STORAGE
public static final transient String SOURCE_STORAGE
- See Also:
- Constant Field Values
-
DESTINATION_STORAGE
public static final transient String DESTINATION_STORAGE
- See Also:
- Constant Field Values
-
SOURCE_FILE
public static final transient String SOURCE_FILE
- See Also:
- Constant Field Values
-
DESTINATION_FILE
public static final transient String DESTINATION_FILE
- See Also:
- Constant Field Values
-
SOURCE_ITEM
public static final transient String SOURCE_ITEM
- See Also:
- Constant Field Values
-
DESTINATION_ITEM
public static final transient String DESTINATION_ITEM
- See Also:
- Constant Field Values
-
SOURCE_SHAPE
public static final transient String SOURCE_SHAPE
- See Also:
- Constant Field Values
-
DESTINATION_SHAPE
public static final transient String DESTINATION_SHAPE
- See Also:
- Constant Field Values
-
JOB
public static final transient String JOB
- See Also:
- Constant Field Values
-
STATUS
public static final transient String STATUS
- See Also:
- Constant Field Values
-
-