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 |
message(String message)
The description of an action that occurred.
|
WorkRequestLogEntry.Builder |
timestamp(String timestamp)
The date and time the log entry occurred.
|
public WorkRequestLogEntry.Builder message(String message)
The description of an action that occurred.
message
- the value to setpublic WorkRequestLogEntry.Builder timestamp(String timestamp)
The date and time the log entry occurred.
timestamp
- the value to setpublic WorkRequestLogEntry build()
public WorkRequestLogEntry.Builder copy(WorkRequestLogEntry model)
Copyright © 2016–2024. All rights reserved.