Class OperationExecutionProgress
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.operation.OperationExecutionProgress
- All Implemented Interfaces:
IOperationExecutionProgress,Serializable
@JsonObject("as.dto.operation.OperationExecutionProgress")
public class OperationExecutionProgress
extends Object
implements IOperationExecutionProgress
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperationExecutionProgress(String message, Integer numItemsProcessed, Integer totalItemsToProcess) -
Method Summary
-
Constructor Details
-
OperationExecutionProgress
-
-
Method Details
-
getMessage
- Specified by:
getMessagein interfaceIOperationExecutionProgress
-
getNumItemsProcessed
- Specified by:
getNumItemsProcessedin interfaceIOperationExecutionProgress
-
getTotalItemsToProcess
- Specified by:
getTotalItemsToProcessin interfaceIOperationExecutionProgress
-
toString
-