public class ContainerState extends Object
| Constructor and Description |
|---|
ContainerState() |
| Modifier and Type | Method and Description |
|---|---|
String |
detailStatus()
Get the detailStatus value.
|
Integer |
exitCode()
Get the exitCode value.
|
org.joda.time.DateTime |
finishTime()
Get the finishTime value.
|
org.joda.time.DateTime |
startTime()
Get the startTime value.
|
String |
state()
Get the state value.
|
ContainerState |
withDetailStatus(String detailStatus)
Set the detailStatus value.
|
ContainerState |
withExitCode(Integer exitCode)
Set the exitCode value.
|
ContainerState |
withFinishTime(org.joda.time.DateTime finishTime)
Set the finishTime value.
|
ContainerState |
withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
ContainerState |
withState(String state)
Set the state value.
|
public String state()
public ContainerState withState(String state)
state - the state value to setpublic org.joda.time.DateTime startTime()
public ContainerState withStartTime(org.joda.time.DateTime startTime)
startTime - the startTime value to setpublic Integer exitCode()
public ContainerState withExitCode(Integer exitCode)
exitCode - the exitCode value to setpublic org.joda.time.DateTime finishTime()
public ContainerState withFinishTime(org.joda.time.DateTime finishTime)
finishTime - the finishTime value to setpublic String detailStatus()
public ContainerState withDetailStatus(String detailStatus)
detailStatus - the detailStatus value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/