Class LastOperationExecution
- java.lang.Object
-
- fr.gouv.vitam.scheduler.server.job.auditobject.LastOperationExecution
-
public class LastOperationExecution extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static LastOperationExecutionNOT_FOUND_EXECUTION
-
Constructor Summary
Constructors Constructor Description LastOperationExecution(java.lang.String lastOperationId, java.lang.Integer tenantId, java.lang.String lastUpdateDate, boolean hasCompleted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLastOperationId()java.lang.StringgetLastUpdateDate()java.lang.IntegergetTenantId()booleanisHasCompleted()
-
-
-
Field Detail
-
NOT_FOUND_EXECUTION
public static final LastOperationExecution NOT_FOUND_EXECUTION
-
-