Class DeleteGotVersionsComputedDetails
- java.lang.Object
-
- fr.gouv.vitam.batch.report.model.entry.DeleteGotVersionsComputedDetails
-
public class DeleteGotVersionsComputedDetails extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TOTAL_OBJECTS
static java.lang.String
TOTAL_SIZE
-
Constructor Summary
Constructors Constructor Description DeleteGotVersionsComputedDetails(java.lang.String opc, long totalSize, int totalObjects)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getOpc()
int
getTotalObjects()
long
getTotalSize()
-
-
-
Field Detail
-
TOTAL_OBJECTS
public static final java.lang.String TOTAL_OBJECTS
- See Also:
- Constant Field Values
-
TOTAL_SIZE
public static final java.lang.String TOTAL_SIZE
- See Also:
- Constant Field Values
-
-