public static class WorkRequestError.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WorkRequestError |
build() |
WorkRequestError.Builder |
code(String code)
A machine-usable code for the error that occurred.
|
WorkRequestError.Builder |
copy(WorkRequestError model) |
WorkRequestError.Builder |
message(String message)
A human-readable description of the issue.
|
WorkRequestError.Builder |
timeStamp(Date timeStamp)
When the error occurred.
|
public WorkRequestError.Builder code(String code)
A machine-usable code for the error that occurred. Error codes are listed at (https://docs.us-phoenix-1.oraclecloud.com/Content/API/References/apierrors.htm)
code
- the value to setpublic WorkRequestError.Builder message(String message)
A human-readable description of the issue.
message
- the value to setpublic WorkRequestError.Builder timeStamp(Date timeStamp)
When the error occurred. A date-time string as described in RFC 3339, section 14.29.
timeStamp
- the value to setpublic WorkRequestError build()
public WorkRequestError.Builder copy(WorkRequestError model)
Copyright © 2016–2024. All rights reserved.