Package fr.gouv.vitam.batch.report.model
Class UnitComputedInheritedRulesInvalidationModel
java.lang.Object
fr.gouv.vitam.batch.report.model.UnitComputedInheritedRulesInvalidationModel
ReportListModel
-
Field Summary
-
Constructor Summary
ConstructorDescriptionUnitComputedInheritedRulesInvalidationModel
(String processId, int tenant, String creationDateTime, UnitComputedInheritedRulesInvalidationReportEntry metadata) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
hashCode()
void
setCreationDateTime
(String creationDateTime) void
void
setProcessId
(String processId) void
setTenant
(int tenant)
-
Field Details
-
PROCESS_ID
- See Also:
-
TENANT
- See Also:
-
METADATA
- See Also:
-
CREATION_DATE_TIME
- See Also:
-
-
Constructor Details
-
UnitComputedInheritedRulesInvalidationModel
public UnitComputedInheritedRulesInvalidationModel() -
UnitComputedInheritedRulesInvalidationModel
public UnitComputedInheritedRulesInvalidationModel(String processId, int tenant, String creationDateTime, UnitComputedInheritedRulesInvalidationReportEntry metadata)
-
-
Method Details