public static class WorkRequestLogEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WorkRequestLogEntry |
build() |
WorkRequestLogEntry.Builder |
copy(WorkRequestLogEntry model) |
WorkRequestLogEntry.Builder |
id(Integer id)
The identifier of the work request log.
|
WorkRequestLogEntry.Builder |
message(String message)
A human-readable log message.
|
WorkRequestLogEntry.Builder |
timestamp(Date timestamp)
The date and time the log message was written, described in RFC
3339.
|
WorkRequestLogEntry.Builder |
workRequestId(String workRequestId)
The OCID of the work request.
|
public WorkRequestLogEntry.Builder id(Integer id)
The identifier of the work request log.
id
- the value to setpublic WorkRequestLogEntry.Builder workRequestId(String workRequestId)
The OCID of the work request.
workRequestId
- the value to setpublic WorkRequestLogEntry.Builder message(String message)
A human-readable log message.
message
- the value to setpublic WorkRequestLogEntry.Builder timestamp(Date timestamp)
The date and time the log message was written, described in RFC 3339. The precision for the time object is in milliseconds.
timestamp
- the value to setpublic WorkRequestLogEntry build()
public WorkRequestLogEntry.Builder copy(WorkRequestLogEntry model)
Copyright © 2016–2024. All rights reserved.