public class OperationProgress extends Object
| Constructor and Description |
|---|
OperationProgress() |
| Modifier and Type | Method and Description |
|---|---|
OperationProgress |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Description.
|
Integer |
getStepCount()
Current Step Index.
|
Integer |
getStepIndex()
Current Step Index.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setStepCount(Integer stepCount) |
void |
setStepIndex(Integer stepIndex) |
OperationProgress |
stepCount(Integer stepCount) |
OperationProgress |
stepIndex(Integer stepIndex) |
String |
toString() |
public OperationProgress description(String description)
public String getDescription()
public void setDescription(String description)
public OperationProgress stepIndex(Integer stepIndex)
public Integer getStepIndex()
public void setStepIndex(Integer stepIndex)
public OperationProgress stepCount(Integer stepCount)
public Integer getStepCount()
public void setStepCount(Integer stepCount)
Copyright © 2025. All rights reserved.