public class OperationProgress extends Object
Constructor and Description |
---|
OperationProgress() |
Modifier and Type | Method and Description |
---|---|
void |
addStep(OperationStep step)
Add a
OperationStep to the progress. |
void |
clear()
Clear the progress.
|
Object[] |
getJsonArray() |
List<OperationStep> |
progress() |
void |
refer(OperationProgress other)
Refer this operation progress to another one.
|
String |
toString() |
public void addStep(OperationStep step)
OperationStep
to the progress.step
- the operation step to add.public void refer(OperationProgress other)
other
- the other operation progress to refer to.public List<OperationStep> progress()
public void clear()
public Object[] getJsonArray()