Package sk.iway.iwcm.stat.rest
Class BrowserIdentifierMigrationService.FinalizationResult
java.lang.Object
sk.iway.iwcm.stat.rest.BrowserIdentifierMigrationService.FinalizationResult
- Enclosing class:
- BrowserIdentifierMigrationService
Summarizes how many obsolete statistics keys were deleted or retained during finalization.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FinalizationResult
public FinalizationResult(int deletedStatKeys, int retainedStatKeys)
-
-
Method Details
-
getDeletedStatKeys
public int getDeletedStatKeys() -
getRetainedStatKeys
public int getRetainedStatKeys()
-