public static class WorkRequestLog.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WorkRequestLog |
build() |
WorkRequestLog.Builder |
copy(WorkRequestLog model) |
WorkRequestLog.Builder |
message(String message)
The description of the event that occurred.
|
WorkRequestLog.Builder |
timestamp(Date timestamp)
The date and time the log entry occured, in the format defined by RFC3339.
|
public WorkRequestLog.Builder message(String message)
The description of the event that occurred.
message
- the value to setpublic WorkRequestLog.Builder timestamp(Date timestamp)
The date and time the log entry occured, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timestamp
- the value to setpublic WorkRequestLog build()
public WorkRequestLog.Builder copy(WorkRequestLog model)
Copyright © 2016–2024. All rights reserved.