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