Class ReindexationResult
java.lang.Object
fr.gouv.vitam.common.database.index.model.ReindexationResult
IndexationResult pojo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddIndexKO
(ReindexationKO reindexationKO) addIndexOK
(ReindexationOK reindexationOK) setCollectionName
(String collectionName) void
setIndexKO
(List<ReindexationKO> indexesKO) void
setIndexOK
(List<ReindexationOK> indexesOK)
-
Constructor Details
-
ReindexationResult
public ReindexationResult()
-
-
Method Details
-
getCollectionName
-
setCollectionName
-
getIndexOK
-
setIndexOK
-
getIndexKO
-
setIndexKO
-
addIndexOK
-
addIndexKO
-