Interface BatchOperation

All Known Implementing Classes:
BatchOperationImpl

public interface BatchOperation
  • Method Details

    • getBatchOperationId

      String getBatchOperationId()
    • getStatus

      BatchOperationState getStatus()
    • getType

    • getStartDate

      String getStartDate()
    • getEndDate

      String getEndDate()
    • getOperationsTotalCount

      Integer getOperationsTotalCount()
    • getOperationsFailedCount

      Integer getOperationsFailedCount()
    • getOperationsCompletedCount

      Integer getOperationsCompletedCount()