public static class EntityExecutionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EntityExecutionDetails |
build() |
EntityExecutionDetails.Builder |
copy(EntityExecutionDetails model) |
EntityExecutionDetails.Builder |
description(String description)
Description of the Resource Execution status.
|
EntityExecutionDetails.Builder |
resourceDisplayName(String resourceDisplayName)
Resource Display Name.
|
EntityExecutionDetails.Builder |
resourceId(String resourceId)
Resource Identifier associated with the Work Request.
|
EntityExecutionDetails.Builder |
sequence(String sequence)
The sequence of the Resource.
|
EntityExecutionDetails.Builder |
status(JobStatus status)
Status of the Job at Resource Level.
|
EntityExecutionDetails.Builder |
targets(List<ActivityResourceTarget> targets)
Targets associated with the resource.
|
EntityExecutionDetails.Builder |
timeEnded(Date timeEnded)
The time the task ended for the resource.
|
EntityExecutionDetails.Builder |
timeStarted(Date timeStarted)
The time the task started for the resource.
|
public EntityExecutionDetails.Builder resourceId(String resourceId)
Resource Identifier associated with the Work Request.
resourceId
- the value to setpublic EntityExecutionDetails.Builder resourceDisplayName(String resourceDisplayName)
Resource Display Name.
resourceDisplayName
- the value to setpublic EntityExecutionDetails.Builder description(String description)
Description of the Resource Execution status. If there are any errors, this can also include a short error message.
description
- the value to setpublic EntityExecutionDetails.Builder sequence(String sequence)
The sequence of the Resource.
sequence
- the value to setpublic EntityExecutionDetails.Builder targets(List<ActivityResourceTarget> targets)
Targets associated with the resource.
targets
- the value to setpublic EntityExecutionDetails.Builder status(JobStatus status)
Status of the Job at Resource Level.
status
- the value to setpublic EntityExecutionDetails.Builder timeStarted(Date timeStarted)
The time the task started for the resource. An RFC3339 formatted datetime string
timeStarted
- the value to setpublic EntityExecutionDetails.Builder timeEnded(Date timeEnded)
The time the task ended for the resource. An RFC3339 formatted datetime string
timeEnded
- the value to setpublic EntityExecutionDetails build()
public EntityExecutionDetails.Builder copy(EntityExecutionDetails model)
Copyright © 2016–2024. All rights reserved.