public static class MigrationJobProgressSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MigrationJobProgressSummary |
build() |
MigrationJobProgressSummary.Builder |
copy(MigrationJobProgressSummary model) |
MigrationJobProgressSummary.Builder |
currentPhase(OdmsJobPhases currentPhase)
Current phase of the job.
|
MigrationJobProgressSummary.Builder |
currentStatus(JobPhaseStatus currentStatus)
Current status of the job.
|
MigrationJobProgressSummary.Builder |
jobProgress(Integer jobProgress)
Job progress percentage (0 - 100)
|
public MigrationJobProgressSummary.Builder currentPhase(OdmsJobPhases currentPhase)
Current phase of the job.
currentPhase
- the value to setpublic MigrationJobProgressSummary.Builder currentStatus(JobPhaseStatus currentStatus)
Current status of the job.
currentStatus
- the value to setpublic MigrationJobProgressSummary.Builder jobProgress(Integer jobProgress)
Job progress percentage (0 - 100)
jobProgress
- the value to setpublic MigrationJobProgressSummary build()
public MigrationJobProgressSummary.Builder copy(MigrationJobProgressSummary model)
Copyright © 2016–2024. All rights reserved.