Class LogbookCheckResult
java.lang.Object
fr.gouv.vitam.logbook.common.model.coherence.LogbookCheckResult
- All Implemented Interfaces:
Serializable
Description of LogbookCheckResult model.
- See Also:
-
Constructor Summary
ConstructorDescriptionLogbookCheckResult
(Integer tenant, Set<LogbookCheckEvent> checkedEvents, Set<LogbookCheckError> checkErrors) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCheckedEvents
(Set<LogbookCheckEvent> checkedEvents) void
setCheckErrors
(Set<LogbookCheckError> checkErrors) void
-
Constructor Details
-
LogbookCheckResult
public LogbookCheckResult() -
LogbookCheckResult
public LogbookCheckResult(Integer tenant, Set<LogbookCheckEvent> checkedEvents, Set<LogbookCheckError> checkErrors)
-
-
Method Details
-
getTenant
-
setTenant
-
getCheckedEvents
-
setCheckedEvents
-
getCheckErrors
-
setCheckErrors
-