Class BulkRedactorProgressInfo
- java.lang.Object
-
- com.nuix.superutilities.annotations.BulkRedactorProgressInfo
-
public class BulkRedactorProgressInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BulkRedactorProgressInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCurrent()intgetMatches()intgetTotal()voidsetCurrent(int current)voidsetMatches(int matches)voidsetTotal(int total)
-