public class TaskContainerExecutionInformation extends Object
Constructor and Description |
---|
TaskContainerExecutionInformation() |
Modifier and Type | Method and Description |
---|---|
String |
containerId()
Get the containerId value.
|
String |
error()
Get the error value.
|
String |
state()
Get the state value.
|
TaskContainerExecutionInformation |
withContainerId(String containerId)
Set the containerId value.
|
TaskContainerExecutionInformation |
withError(String error)
Set the error value.
|
TaskContainerExecutionInformation |
withState(String state)
Set the state value.
|
public String containerId()
public TaskContainerExecutionInformation withContainerId(String containerId)
containerId
- the containerId value to setpublic String state()
public TaskContainerExecutionInformation withState(String state)
state
- the state value to setpublic String error()
public TaskContainerExecutionInformation withError(String error)
error
- the error value to setCopyright © 2019. All rights reserved.