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 LastOperationExecution
NOT_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.String
getLastOperationId()
java.lang.String
getLastUpdateDate()
java.lang.Integer
getTenantId()
boolean
isHasCompleted()
-
-
-
Field Detail
-
NOT_FOUND_EXECUTION
public static final LastOperationExecution NOT_FOUND_EXECUTION
-
-