public static class RoverBundleStatus.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RoverBundleStatus |
build() |
RoverBundleStatus.Builder |
bundleName(String bundleName)
The full name of the bundle.
|
RoverBundleStatus.Builder |
copy(RoverBundleStatus model) |
RoverBundleStatus.Builder |
errorMessage(String errorMessage)
The error message if work request fails.
|
RoverBundleStatus.Builder |
percentComplete(Float percentComplete)
Percentage of the work request completed.
|
RoverBundleStatus.Builder |
status(RoverBundleStatus.Status status)
The progress of the workflow.
|
RoverBundleStatus.Builder |
timeAccepted(Date timeAccepted)
The date and time the work request was created.
|
RoverBundleStatus.Builder |
timeFinished(Date timeFinished)
The date and time the work request was finished.
|
RoverBundleStatus.Builder |
timeStarted(Date timeStarted)
The date and time the work request was started.
|
public RoverBundleStatus.Builder status(RoverBundleStatus.Status status)
The progress of the workflow.
status
- the value to setpublic RoverBundleStatus.Builder percentComplete(Float percentComplete)
Percentage of the work request completed.
percentComplete
- the value to setpublic RoverBundleStatus.Builder timeAccepted(Date timeAccepted)
The date and time the work request was created. An RFC3339 formatted datetime string.
timeAccepted
- the value to setpublic RoverBundleStatus.Builder timeStarted(Date timeStarted)
The date and time the work request was started. An RFC3339 formatted datetime string.
timeStarted
- the value to setpublic RoverBundleStatus.Builder timeFinished(Date timeFinished)
The date and time the work request was finished. An RFC3339 formatted datetime string.
timeFinished
- the value to setpublic RoverBundleStatus.Builder bundleName(String bundleName)
The full name of the bundle.
bundleName
- the value to setpublic RoverBundleStatus.Builder errorMessage(String errorMessage)
The error message if work request fails.
errorMessage
- the value to setpublic RoverBundleStatus build()
public RoverBundleStatus.Builder copy(RoverBundleStatus model)
Copyright © 2016–2024. All rights reserved.