Class LogbookCheckError
java.lang.Object
fr.gouv.vitam.logbook.common.model.coherence.LogbookCheckError
- All Implemented Interfaces:
Serializable
Description of LogbookCheckResult model.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getLfcId()
int
hashCode()
void
setCheckedProperty
(String checkedProperty) void
setExpectedLogbookMsg
(String expectedLogbookMsg) void
void
setOperationId
(String operationId) void
setSavedLogbookMsg
(String savedLogbookMsg)
-
Constructor Details
-
LogbookCheckError
public LogbookCheckError() -
LogbookCheckError
public LogbookCheckError(String operationId, String lfcId, String checkedProperty, String savedLogbookMsg, String expectedLogbookMsg) LogbookCheckResult constructor.- Parameters:
operationId
-lfcId
-checkedProperty
-savedLogbookMsg
-expectedLogbookMsg
-
-
-
Method Details