public static class TargetProgressSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TargetProgressSummary |
build() |
TargetProgressSummary.Builder |
copy(TargetProgressSummary model) |
TargetProgressSummary.Builder |
operationType(TargetProgressSummary.OperationType operationType)
Type of operations being executed.
|
TargetProgressSummary.Builder |
progressOfOperation(Integer progressOfOperation)
Percentage of progress of the operation in execution.
|
public TargetProgressSummary.Builder operationType(TargetProgressSummary.OperationType operationType)
Type of operations being executed.
operationType
- the value to setpublic TargetProgressSummary.Builder progressOfOperation(Integer progressOfOperation)
Percentage of progress of the operation in execution.
progressOfOperation
- the value to setpublic TargetProgressSummary build()
public TargetProgressSummary.Builder copy(TargetProgressSummary model)
Copyright © 2016–2024. All rights reserved.