Class LastOperationExecution

java.lang.Object
fr.gouv.vitam.scheduler.server.job.auditobject.LastOperationExecution

public class LastOperationExecution extends Object
  • Field Details

  • Constructor Details

    • LastOperationExecution

      public LastOperationExecution(String lastOperationId, Integer tenantId, String lastUpdateDate, boolean hasCompleted)
  • Method Details

    • getLastUpdateDate

      public String getLastUpdateDate()
    • isHasCompleted

      public boolean isHasCompleted()
    • getLastOperationId

      public String getLastOperationId()
    • getTenantId

      public Integer getTenantId()