public static class UploadWarningSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UploadWarningSummary |
build() |
UploadWarningSummary.Builder |
copy(UploadWarningSummary model) |
UploadWarningSummary.Builder |
errorMessage(String errorMessage)
The details about upload processing failure.
|
UploadWarningSummary.Builder |
reference(String reference)
Unique internal identifier to refer upload warning.
|
UploadWarningSummary.Builder |
status(String status)
Status of the upload.
|
UploadWarningSummary.Builder |
timeStarted(Date timeStarted)
The time when the upload processing started.
|
public UploadWarningSummary.Builder reference(String reference)
Unique internal identifier to refer upload warning.
reference
- the value to setpublic UploadWarningSummary.Builder status(String status)
Status of the upload. Ex - Failed.
status
- the value to setpublic UploadWarningSummary.Builder timeStarted(Date timeStarted)
The time when the upload processing started.
timeStarted
- the value to setpublic UploadWarningSummary.Builder errorMessage(String errorMessage)
The details about upload processing failure.
errorMessage
- the value to setpublic UploadWarningSummary build()
public UploadWarningSummary.Builder copy(UploadWarningSummary model)
Copyright © 2016–2024. All rights reserved.