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.
|
public String state()
public org.joda.time.DateTime startTime()
public Integer exitCode()
public org.joda.time.DateTime finishTime()
public String detailStatus()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/