Package com.vidispine.generated
Class AuditLogEntryType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.AuditLogEntryType.PropInfo
-
- Enclosing class:
- AuditLogEntryType
public static class AuditLogEntryType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BODY
static String
CONTENT_LENGTH
static String
CONTENT_TYPE
static String
MATRIX_PARAMETERS
static String
METHOD
static String
PATH
static String
QUERY_PARAMETERS
static String
RESPONSE_CODE
static String
RUN_AS
static String
TIMESTAMP
static String
USERNAME
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
USERNAME
public static final transient String USERNAME
- See Also:
- Constant Field Values
-
METHOD
public static final transient String METHOD
- See Also:
- Constant Field Values
-
PATH
public static final transient String PATH
- See Also:
- Constant Field Values
-
QUERY_PARAMETERS
public static final transient String QUERY_PARAMETERS
- See Also:
- Constant Field Values
-
MATRIX_PARAMETERS
public static final transient String MATRIX_PARAMETERS
- See Also:
- Constant Field Values
-
RUN_AS
public static final transient String RUN_AS
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final transient String CONTENT_TYPE
- See Also:
- Constant Field Values
-
CONTENT_LENGTH
public static final transient String CONTENT_LENGTH
- See Also:
- Constant Field Values
-
BODY
public static final transient String BODY
- See Also:
- Constant Field Values
-
RESPONSE_CODE
public static final transient String RESPONSE_CODE
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final transient String TIMESTAMP
- See Also:
- Constant Field Values
-
-