Package com.oracle.bmc.analytics.model
Class WorkRequestError.Builder
- java.lang.Object
- 
- com.oracle.bmc.analytics.model.WorkRequestError.Builder
 
- 
- Enclosing class:
- WorkRequestError
 
 public static class WorkRequestError.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkRequestErrorbuild()WorkRequestError.Buildercode(String code)A short error code that defines the error, meant for programmatic parsing.WorkRequestError.Buildercopy(WorkRequestError model)WorkRequestError.Buildermessage(String message)Error message.WorkRequestError.Buildertimestamp(Date timestamp)The date and time the error occured, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
codepublic WorkRequestError.Builder code(String code) A short error code that defines the error, meant for programmatic parsing.- Parameters:
- code- the value to set
- Returns:
- this builder
 
 - 
messagepublic WorkRequestError.Builder message(String message) Error message.- Parameters:
- message- the value to set
- Returns:
- this builder
 
 - 
timestamppublic WorkRequestError.Builder timestamp(Date timestamp) The date and time the error occured, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z - Parameters:
- timestamp- the value to set
- Returns:
- this builder
 
 - 
buildpublic WorkRequestError build() 
 - 
copypublic WorkRequestError.Builder copy(WorkRequestError model) 
 
- 
 
-