public class ProgressEstimation extends Object
static ProgressEstimation
UNKNOWN
ProgressEstimation(Optional<Double> progress, Optional<Integer> number)
Optional<Integer>
getNumber()
Optional<Double>
getProgress()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final ProgressEstimation UNKNOWN
public ProgressEstimation(Optional<Double> progress, Optional<Integer> number)
public Optional<Double> getProgress()
public Optional<Integer> getNumber()