public class InspectExecResponse extends Object
Modifier and Type | Class and Description |
---|---|
class |
InspectExecResponse.Container |
class |
InspectExecResponse.ProcessConfig |
Constructor and Description |
---|
InspectExecResponse() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getCanRemove() |
InspectExecResponse.Container |
getContainer()
Deprecated.
|
String |
getContainerID() |
String |
getDetachKeys() |
Integer |
getExitCode() |
String |
getId() |
InspectExecResponse.ProcessConfig |
getProcessConfig() |
Boolean |
isOpenStderr() |
Boolean |
isOpenStdin() |
Boolean |
isOpenStdout() |
Boolean |
isRunning() |
String |
toString() |
public String getId()
public Boolean isOpenStdin()
public Boolean isOpenStderr()
public Boolean isOpenStdout()
public Boolean isRunning()
public Integer getExitCode()
public InspectExecResponse.ProcessConfig getProcessConfig()
@Deprecated public InspectExecResponse.Container getContainer()
container
@CheckForNull public Boolean getCanRemove()
canRemove
@CheckForNull public String getContainerID()
containerID
@CheckForNull public String getDetachKeys()
detachKeys
Copyright © 2016. All Rights Reserved.