public static class StatusDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StatusDetail |
build() |
StatusDetail.Builder |
commandName(String commandName)
Name of the process or command executed.
|
StatusDetail.Builder |
copy(StatusDetail model) |
StatusDetail.Builder |
status(String status)
Status of the process or command executed Success or Failure.
|
StatusDetail.Builder |
statusId(Integer statusId)
running unique number of the command executed
|
StatusDetail.Builder |
timeOfValidation(Date timeOfValidation)
Time when the execution happened in RFC
3339timestamp format.
|
public StatusDetail.Builder statusId(Integer statusId)
running unique number of the command executed
statusId
- the value to setpublic StatusDetail.Builder commandName(String commandName)
Name of the process or command executed.
commandName
- the value to setpublic StatusDetail.Builder status(String status)
Status of the process or command executed Success or Failure.
status
- the value to setpublic StatusDetail.Builder timeOfValidation(Date timeOfValidation)
Time when the execution happened in RFC 3339timestamp format. Example: ‘2020-05-22T21:10:29.600Z’.
timeOfValidation
- the value to setpublic StatusDetail build()
public StatusDetail.Builder copy(StatusDetail model)
Copyright © 2016–2024. All rights reserved.