Interface BatchOperation
- All Known Implementing Classes:
BatchOperationImpl
public interface BatchOperation
-
Method Summary
-
Method Details
-
getBatchOperationKey
String getBatchOperationKey() -
getStatus
BatchOperationState getStatus() -
getType
BatchOperationType getType() -
getStartDate
OffsetDateTime getStartDate() -
getEndDate
OffsetDateTime getEndDate() -
getOperationsTotalCount
Integer getOperationsTotalCount() -
getOperationsFailedCount
Integer getOperationsFailedCount() -
getOperationsCompletedCount
Integer getOperationsCompletedCount() -
getErrors
List<BatchOperationError> getErrors()
-