Class WorkRequestLogEntry.Builder
- java.lang.Object
 - 
- com.oracle.bmc.visualbuilder.model.WorkRequestLogEntry.Builder
 
 
- 
- Enclosing class:
 - WorkRequestLogEntry
 
public static class WorkRequestLogEntry.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkRequestLogEntrybuild()WorkRequestLogEntry.Buildercopy(WorkRequestLogEntry model)WorkRequestLogEntry.Buildermessage(String message)The description of an action that occurred.WorkRequestLogEntry.Buildertimestamp(Date timestamp)The date and time the log entry occurred. 
 - 
 
- 
- 
Method Detail
- 
message
public WorkRequestLogEntry.Builder message(String message)
The description of an action that occurred.- Parameters:
 message- the value to set- Returns:
 - this builder
 
 
- 
timestamp
public WorkRequestLogEntry.Builder timestamp(Date timestamp)
The date and time the log entry occurred.- Parameters:
 timestamp- the value to set- Returns:
 - this builder
 
 
- 
build
public WorkRequestLogEntry build()
 
- 
copy
public WorkRequestLogEntry.Builder copy(WorkRequestLogEntry model)
 
 - 
 
 -