Class RegisterValueEventModel
java.lang.Object
fr.gouv.vitam.common.model.administration.RegisterValueEventModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet create date of this instancelong
Get operation idGet the operation type (INGEST, ELIMINATION, ...)long
long
long
setCreationdate
(String creationdate) Set creationDatesetObjectSize
(long objectSize) setOperation
(String operation) Set operation idsetOperationType
(String operationType) setTotalGots
(long totalGots) setTotalObjects
(long totalObjects) setTotalUnits
(long totalUnits)
-
Field Details
-
OPERATION
- See Also:
-
OPERATION_TYPE
- See Also:
-
TOTAL_GOTS
- See Also:
-
TOTAL_UNITS
- See Also:
-
TOTAL_OBJECTS
- See Also:
-
TOTAL_OBJECTS_SIZE
- See Also:
-
CREATION_DATE
- See Also:
-
-
Constructor Details
-
RegisterValueEventModel
public RegisterValueEventModel()Constructor without fields use for jackson
-
-
Method Details
-
getOperation
Get operation id- Returns:
- operation
-
setOperation
Set operation id- Parameters:
operation
-
-
getOperationType
Get the operation type (INGEST, ELIMINATION, ...)- Returns:
- total
-
setOperationType
- Parameters:
operationType
-- Returns:
- RegisterValueEventModel
-
getTotalGots
public long getTotalGots() -
setTotalGots
-
getTotalUnits
public long getTotalUnits() -
setTotalUnits
-
getTotalObjects
public long getTotalObjects() -
setTotalObjects
-
getObjectSize
public long getObjectSize() -
setObjectSize
-
getCreationdate
Get create date of this instance- Returns:
- creationdate
-
setCreationdate
Set creationDate- Parameters:
creationdate
-
-