Interface BatchOperation
- All Known Implementing Classes:
BatchOperationImpl
public interface BatchOperation
-
Method Summary
-
Method Details
-
getBatchOperationId
String getBatchOperationId() -
getStatus
BatchOperationState getStatus() -
getType
BatchOperationType getType() -
getStartDate
String getStartDate() -
getEndDate
String getEndDate() -
getOperationsTotalCount
Integer getOperationsTotalCount() -
getOperationsFailedCount
Integer getOperationsFailedCount() -
getOperationsCompletedCount
Integer getOperationsCompletedCount()
-